]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.dg/pr92216.d
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gdc.dg / pr92216.d
1 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92216
2 // { dg-options "-I $srcdir/gdc.dg" }
3 // { dg-do compile }
4 // { dg-final { scan-assembler "_DTi(4|8|16)_D7imports7pr922161B8__mixin24getSMFZPv\[: \t\n\]" } }
5 // { dg-final { scan-assembler-not "(.globl|.global)\[ \]+_DTi(4|8|16)_D7imports7pr922161B8__mixin24getSMFZPv" } }
6 module pr92216;
7
8 private import imports.pr92216;
9
10 class C : B
11 {
12 protected override void getStruct() {}
13 }