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