blob: 2010c5543dface8f7d2b1e1396df5098807062ef [file] [log] [blame]
test(dynamic x) {
switch (x) {
case true:
break;
}
}