blob: 56bebd9c0d82132e0e465dac91f3dee9d2799c57 [file] [log] [blame]
foo(a) => ~a;
main() {
print(foo(1));
print(foo(10));
}