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