Main.hx 96 B

12345
  1. class Main {
  2. static public function main() { }
  3. #if macro static function init() "foo"; #end
  4. }