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