Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
frontmatter
/
included-frontmatter.rs
blob: 57616cd1228c1ba95f771fbfe12bbe89770896ae [
file
] [
log
] [
blame
]
#![
feature
(
frontmatter
)]
//@ check-pass
include
!(
"auxiliary/lib.rs"
);
// auxiliary/lib.rs contains a frontmatter. Ensure that we can use them in an
// `include!` macro.
fn
main
()
{
foo
(
1
);
}