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