c++: Stream virtual dtor vtable indices
[official-gcc.git] / gcc / testsuite / g++.dg / modules / pr103499_b.C
blobb7468562ba9ba411c3e8e8001f5449433ec861c4
1 // PR c++/103499
2 // { dg-additional-options "-fmodules-ts" }
4 import pr103499;
6 void test(derived* p) {
7   delete p;