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