Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/enum_tests/anonymous.cfa

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