Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
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
);
}