import "!stdlib.src"; let main = () => i64 { let s = "hello"; println("%s", s); return 0; }; /* Expected stdout: hello Expected return: 0 */