source:
tests/enum_tests/anonymous.cfa@
cce0807
      
      | Last change on this file since cce0807 was 25b0fde, checked in by , 3 years ago | |
|---|---|
| 
 | |
| File size: 110 bytes | |
| Rev | Line | |
|---|---|---|
| [25b0fde] | 1 | #include <stdio.h> | 
| 2 | enum(unsigned long int ) { nthreads = 17 }; | |
| 3 | ||
| 4 | int main() { | |
| 5 | printf("%lu", nthreads); | |
| 6 | } | |
| 7 | ||
| 8 | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    