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