// Make sure that we don't parse `extern crate async`
// the front matter of a function leading us astray.
//@ check-pass
fn main() {}
#[cfg(FALSE)]
extern crate async;
extern crate async as something_else;