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