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