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