blob: 5237a0e982a6fa7bb3c86ddc0a332029166b77da [file] [log] [blame]
//@ check-pass
//@ proc-macro: makro.rs
//@ edition: 2021
//@ ignore-backends: gcc
// Check that a proc-macro doesn't try to parse frontmatter and instead treats
// it as a regular Rust token sequence. See `auxiliary/makro.rs` for details.
makro::check!();
fn main() {}