ref: 60b8f5b80307c1ecb1070f602074c791444c52bc dir: /cmake/vla.c/
int main() { static int x; char a[++x]; a[sizeof a - 1] = 0; int N; return a[0]; }