blob: 2cecc412d608e37dd6ae3972ae9f179eaded7a1c [file] [log] [blame]
bool r() {
switch(0) {
case 0: short[] x;
int[] a = x;
}
return true;
}