blob: 34c8802f6d1726e1d66d282f0a28752e4b13cf5e [file] [log] [blame]
foo() { print(42); }
main() { foo(); }