source: tests/enum_tests/anonymous.cfa @ de934c7

ADTast-experimental
Last change on this file since de934c7 was 25b0fde, checked in by JiadaL <j82liang@…>, 19 months ago

Fix casted enum init

  • Property mode set to 100644
File size: 110 bytes
Line 
1#include <stdio.h>
2enum(unsigned long int ) { nthreads = 17 };
3
4int main() {
5    printf("%lu", nthreads);
6}
7
8
Note: See TracBrowser for help on using the repository browser.