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