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