Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
fail-simple.rs
blob: 768cc1e1bf4c66effe9ea91b81a5d67e8ed2daa7 [
file
] [
log
] [
blame
]
// -*- rust -*-
// error-pattern:unexpected token
fn
main
()
{
fail
@
;
}