let main = () => i64 { let s = "hello"; printf("%s", s); return 0; };