//ww:error "cannot index a def-constant str" package main; def S: str = "hi"; export fn main() i32 = { let c = S[1]; return c: i32; };