1fn entry(x: []i32) i32 {
2 return x.*;
3}
4comptime {
5 _ = &entry;
6}
7
8// error
9//
10// :2:13: error: index syntax required to access runtime-known slice