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