1 2 3 4 5 6 7
//@ run-fail //@ error-pattern:assertion failed: 1 == 2 //@ needs-subprocess fn main() { assert!(1 == 2); }