Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Ensures that all `fn` forms having or lacking a body are syntactically valid.
//@ check-pass
fn main() {}
#[cfg(FALSE)]
fn syntax() {
fn f();
fn f() {}
trait X {
}
impl X for Y {
impl Y {
extern "C" {