re3/vendor/opus/cmake/vla.c

7 lines
102 B
C
Raw Permalink Normal View History

2022-08-18 00:24:21 +02:00
int main() {
static int x;
char a[++x];
a[sizeof a - 1] = 0;
int N;
return a[0];
}