Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-fail
/
fail.rs
blob: 75e6f7e886e1873ad64f7c19119c79306faba7a0 [
file
] [
log
] [
blame
]
// error-pattern:1 == 2
fn
main
()
{
assert
(
1
==
2
);
}