source: tests/enum_tests/anonymous.cfa @ eae8b37

Last change on this file since eae8b37 was eae8b37, checked in by JiadaL <j82liang@…>, 2 weeks ago

Move enum.hfa/enum.cfa to prelude

  • Property mode set to 100644
File size: 113 bytes
Line 
1#include <fstream.hfa>
2enum(unsigned long int ) { nthreads = 17 };
3
4int main() {
5    sout | value(nthreads);
6}
7
8
Note: See TracBrowser for help on using the repository browser.