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