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