Files
2018-08-02 17:53:23 +01:00

9 lines
92 B
C

static void f(void) {
const int i = 120;
const int j = i + 3;
char str[j];
}