//ww:run-exit 100 package main; def S: str = "abc"; export fn main() i32 = { let n: i32 = S.len: i32; let p: *u8 = S.ptr; return n + (*p): i32; };