Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
imports
/
a9741.d
blob: d10e6ac4c539aa7d8cee9859eed6c39642024e91 [
file
] [
log
] [
blame
]
module
imports
.
a9741b
;
template
ShowAttributes
(
alias
X
)
{
pragma
(
msg
,
X
.
stringof
);
pragma
(
msg
,
__traits
(
getAttributes
,
X
));
}