Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
macro-quote-test.rs
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
!();
}