blob: 6f1f1aba459306b560cf231d084acd94f9376581 [file] [log] [blame]
fn main() {
-true; //~ ERROR cannot apply unary operator `-` to type `bool`
}