@@ -0,0 +1 @@
+test.js
@@ -0,0 +1,3 @@
+function init() {
+ haxe.macro.Compiler.define("js-unflatten", "1");
+}
@@ -0,0 +1,4 @@
+function main() {
+ haxe.Log.trace("hello");
+ var haxe = "haxe";
+-main Main
+--macro Macro.init()
+-js test.js
+-cmd "node test.js"