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