//ww:error "slice-of-{str,slice,tagged}" // #117/rule-7 carrier: a non-tuple aggregate element (a bare []str) in a // const-slice static-init stays a LOUD reject in BOTH stages — #117 is narrow // to the (str,*fn) tuple form. From test/wcc/946_const_slice_aggregate_run.c // loud_slice_of_str. package main; const xs: []str = ["a", "b"]; export fn main() i32 = { return len(xs): i32; };