Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
macros
/
assert-macro-explicit.rs
blob: 167581d2525e1b009ebd62bc296782375323c5f3 [
file
] [
log
] [
blame
]
//@ run-fail
//@ error-pattern:assertion failed: false
//@ ignore-emscripten no processes
fn
main
()
{
assert
!(
false
);
}