blob: beb586c7ad093b9b2bce6ea7e9d782916486f7ef [file] [log] [blame]
main() {
switch(a) {
// Parse as conditional (with missing colon for the case).
case x?[4]:{{{2}}}; // as case (x?[4]:{{{2}}}) [missing :]
}
}