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