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