// { dg-options "-frepo" } struct A { A(); }; A::A() {} template struct B : public A { B() {} // { dg-bogus "" } }; B b; int main () {} // { dg-final { cleanup-repo-files } }