Explorar el Código

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

Mark Sibly hace 7 años
padre
commit
17a44cffde
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  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 ){}
+};