Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
parse_item_default_macro.rs
blob: 3e632695c12da9927b9b99dcacd1d155c387b0f8 [
file
] [
log
] [
blame
]
// { dg-additional-options "-frust-compile-until=ast" }
macro_rules
!
default
{
(
$
(
$x
:
tt
)*)
=>
{
$
(
$x
)*
}
}
default
!
{
struct
A
;
}