Files
2019-08-06 14:10:25 +02:00

8 lines
45 B
C

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