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