blob: 05e3bb0aa3242b51240c1ab594cb83c474910fce [file] [log] [blame]
// Method to test: function(foo)
foo(a) => a ~/ 13;
main() {
print(foo(5));
print(foo(8000000000));
}