blob: 1e74c327b2171422f6a751913ea7c4c5a4568b7d [file] [log] [blame]
foo() { print(42); return 42; }
main() { return foo(); }