2 // { dg-options "-frepo" }
3 // { dg-final { cleanup-repo-files } }
4 // { dg-require-host-local "" }
5 // { dg-skip-if "dkms are not final links" { vxworks_kernel } }
12 template <typename T> struct D
17 template<typename T> const A D<T>::b = { 2 };
19 const A *x = &D<A>::b;