Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
ui
/
non-built-in-quote.rs
blob: 92efa99e3969dab5d298ca22fd84717adf4ab2a0 [
file
] [
log
] [
blame
]
// run-pass
// pretty-expanded FIXME #23616
macro_rules
!
quote_tokens
{
()
=>
(())
}
pub
fn
main
()
{
quote_tokens
!();
}