blob: a4602b1fbbcc1d850cd64dbb5992c1ba9b1c63a6 [file] [log] [blame]
library test;
var a_not = !true;
var a_complement = ~1;
var a_negate = -1;
main() {}