Files
2018-09-23 16:23:52 -07:00

8 lines
45 B
C

enum {
a = 1 + 1
};
int f() {
return a;
}