فهرست منبع

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