1 2 3 4 5
// error-pattern:panicked at 'test-assert-static' fn main() { assert!(false, "test-assert-static"); }