blob: 570ee196ce2ca9853e0d9031c8b10d81011cddec [file] [log] [blame]
// "Cast to 'char'" "true"
class a {
void f() {
double d = 4;
switch ('c') {
case <caret>(char) 3.3:
}
}
}