blob: 739c8f8ef839050ebcfcce0261c506fd48101d58 [file] [log] [blame]
void f(x) {
return switch(x) {
42 xor => 42,
_ => 0,
}
}