This website works better with JavaScript
Home
Explore
Help
Sign In
blitz
/
monkey2
mirror of
https://github.com/blitz-research/monkey2.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Added test.cpp and test.h to src/mx2cc.
Mark Sibly
7 years ago
parent
47ff678a94
commit
17a44cffde
2 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
0
0
src/mx2cc/test.cpp
4
0
src/mx2cc/test.h
+ 0
- 0
src/mx2cc/test.cpp
View File
+ 4
- 0
src/mx2cc/test.h
View File
@@ -0,0 +1,4 @@
+
+struct C{
+ C( int x ){}
+};