blob: d402428f93b4e29f44547c12de9b743076b8b25c [file] [log] [blame]
test(dynamic x) {
switch (x) {
case const Foo(1):
break;
}
}