blob: a26f0f83fdc2e614e0e28369e24678976df928da [file] [log] [blame]
f(x) => switch(x) {
int _ => 0,
_ => 1
};