MainImport.hx 76 B

1234567
  1. import Macro;
  2. class Main {
  3. static function main() {
  4. Macro.foo( 1 );
  5. }
  6. }