Main.hx 63 B

12
  1. function foo() return 1;
  2. function main() trace('${foo()blah}');