//ww:run-exit 1 package main; let x: [_]int = [7]; export fn main() i32 = { return x.len: i32; };