Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/enum_tests/anonymous.cfa

    reb7586e r25b0fde  
    1 #include <fstream.hfa>
     1#include <stdio.h>
    22enum(unsigned long int ) { nthreads = 17 };
    33
    44int main() {
    5     sout | nthreads;
     5    printf("%lu", nthreads);
    66}
    77
Note: See TracChangeset for help on using the changeset viewer.