浏览代码

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 ){}
+};