Browse Source

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

Mark Sibly 7 năm trước cách đây
mục cha
commit
17a44cffde
2 tập tin đã thay đổi với 4 bổ sung0 xóa
  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 ){}
+};