ソースを参照

Added test.cpp and test.h to src/mx2cc.

Mark Sibly 7 年 前
コミット
17a44cffde
2 ファイル変更4 行追加0 行削除
  1. 0 0
      src/mx2cc/test.cpp
  2. 4 0
      src/mx2cc/test.h

+ 0 - 0
src/mx2cc/test.cpp


+ 4 - 0
src/mx2cc/test.h

@@ -0,0 +1,4 @@
+
+struct C{
+	C( int x ){}
+};