c++: fix explicit/copy problem [PR109247]
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc47.d
blobe85451af1acf2f6dbb3f9c4024a59849cb358f5f
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=47
2 // { dg-do compile }
4 template Foo47()
6 void test47()
8 asm { "nop"; }
12 mixin Foo47!();