1export fn entry(ptr: *i32) i32 { 2 return ptr[1]; 3} 4 5// error 6// 7// :2:15: error: type '*i32' does not support indexing 8// :2:15: note: operand must be an array, slice, tuple, or vector