ref: f6033a17f5c0fd728a0131642dc65d2bf0c4da2d dir: /tests/execute/0096-inferredarraysize.c/
int a[] = {1, 2, 3, 4}; int main() { if (sizeof(a) != 4*sizeof(int)) return 1; return 0; }