Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-fail
/
unwind-assert.rs
blob: e7aeedcf505885be12be1fe12cf8d3ec52b4693a [
file
] [
log
] [
blame
]
// error-pattern:fail
fn
main
()
{
let
a
=
@
0
;
assert
false
;
}