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