- File:
-
- 1 edited
-
tests/linking/mangling/main.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/linking/mangling/main.cfa
r85a95cc re1d66c84 1 1 #include <fstream.hfa> 2 2 3 st atic struct { int a; } test; // purposefully before the include to force anonymous name numbering3 struct { int a; } test; //purposefully before the include 4 4 5 5 #include "header.hfa" … … 13 13 14 14 sout | "Done!"; 15 16 return 0; 15 17 }
Note:
See TracChangeset
for help on using the changeset viewer.