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