rust/crates/libsyntax2/tests/data/parser/inline/0078_mod_contents.rs

6 lines
70 B
Rust
Raw Normal View History

2018-08-05 13:08:46 +02:00
fn foo() {}
macro_rules! foo {}
foo::bar!();
super::baz! {}
struct S;