1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* HELLO! Welcome to the unnamed language */ let main = () => i64 { return 7; }; /* Expected stdout: Expected return: 7 */