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