mud/fluffos-2.23-ds03/testsuite/single/tests/compiler/fail/lvar_func2.c
2020-09-06 05:43:07 -07:00

5 lines
43 B
C

void foo() {
int x;
(: x + 1 :);
}