소스 검색

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