ref: 0490f2f14e257b73206da53fd88329223702cf2f dir: /tests/0058-bug.c/
int main() { char a[16], b[16]; if(sizeof(a) != sizeof(b)) return 1; return 0; }