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