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