blob: 675eab2a906695f390482f85c97a27bcb74af80e [file] [log] [blame]
void good() {
[
([
])
];
}
void bad() {
[
(
])
];
}