Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
extern-crate-async.rs
blob: 7c7769075b658b2175b02fcf11665ef206958516 [
file
] [
log
] [
blame
] [
edit
]
// 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
;
#[
cfg
(
FALSE
)]
extern
crate async
as
something_else
;