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