Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
unreachable-code.rs
blob: e2ecb6713725a57d409340b8ccba31806d4e0478 [
file
] [
log
] [
blame
]
// error-pattern:unreachable statement
fn
main
()
{
loop
{}
// red herring to make sure compilation fails
log
(
error
,
42
==
'c'
);
}