Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.dg
/
gdc47.d
blob: e85451af1acf2f6dbb3f9c4024a59849cb358f5f [
file
] [
log
] [
blame
]
// https://bugzilla.gdcproject.org/show_bug.cgi?id=47
// { dg-do compile }
template
Foo47
()
{
void
test47
()
{
asm
{
"nop"
;
}
}
}
mixin
Foo47
!();