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