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