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