Przeglądaj źródła

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

Mark Sibly 7 lat temu
rodzic
commit
17a44cffde
2 zmienionych plików z 4 dodań i 0 usunięć
  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 ){}
+};