modernc.org/cc@v1.0.1/testdata/enum.c (about) 1 #define K 278 2 3 enum { 4 c = 42 - 24, 5 d = 314 + K, 6 } foo; 7