source:
tests/enum_tests/anonymous.cfa
@
d344a63
Last change on this file since d344a63 was eae8b37, checked in by , 2 weeks ago | |
---|---|
|
|
File size: 113 bytes |
Line | |
---|---|
1 | #include <fstream.hfa> |
2 | enum(unsigned long int ) { nthreads = 17 }; |
3 | |
4 | int main() { |
5 | sout | value(nthreads); |
6 | } |
7 | |
8 |
Note: See TracBrowser
for help on using the repository browser.