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