blob: f2c68eef3251f631be9824cc65f0e7f9f826f660 [file] [log] [blame]
foo(a) => a ~/ 13;
main() {
print(foo(5));
print(foo(100));
}