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