1export fn entry(x: [*]i32) i32 { 2 return x.*; 3} 4 5// error 6// 7// :2:13: error: index syntax required for unknown-length pointer type '[*]i32'