blob: 95f20dedad26cd26f2d46e2ff14f6711c1574dca [file] [log] [blame]
// error-pattern:1 == 2
fn main() {
assert!(1 == 2);
}