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