blob: 2ba61acadcb854d73f30f2de59a93897fb53785d [file] [log] [blame]
// Test that a macro can emit delimiters with nothing inside - `()`, `{}`
// run-pass
// aux-build:hello_macro.rs
extern crate hello_macro;
fn main() {
hello_macro::hello!();
}