//@ run-fail //@ error-pattern:1 == 2 //@ needs-subprocess fn main() { assert!(1 == 2); }