blob: 4b763a62310ece4d9c5d5e2127f89c55e3dcd339 [file] [log] [blame]
// Method to test: function(foo)
foo(a) => a ~/ 13;
main() {
print(foo(5));
print(foo(-100));
}