Changes in tests/enum_tests/anonymous.cfa [25b0fde:eb7586e]
- File:
-
- 1 edited
-
tests/enum_tests/anonymous.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/enum_tests/anonymous.cfa
r25b0fde reb7586e 1 #include < stdio.h>1 #include <fstream.hfa> 2 2 enum(unsigned long int ) { nthreads = 17 }; 3 3 4 4 int main() { 5 printf("%lu", nthreads);5 sout | nthreads; 6 6 } 7 7
Note:
See TracChangeset
for help on using the changeset viewer.