Sign in
fuchsia
/
third_party
/
rust
/
cf451f08307168f32ffc74b478026e5e3ebc5ca9
/
.
/
tests
/
ui
/
parser
/
impl-item-fn-no-body-pass.rs
blob: 5a593fe1d124dad8662041c1964338e16f38dcf1 [
file
] [
log
] [
blame
]
//@ check-pass
fn
main
()
{}
#[
cfg
(
FALSE
)]
impl
X
{
fn
f
();
}