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

5 lines
59 B
C

void f() {
int a, b, c, d;
int x[] = { a + b, c - d };
}