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