1 // { dg-options "-frepo -DF='a'" }
2 // { dg-require-host-local "" }
3 // { dg-skip-if "dkms are not final links" { vxworks_kernel } }
4 
f()5 template <typename A, typename B> void f () {}
g()6 template <typename A, typename B> void g () { f<int,int>(); }
main()7 int main () { g<int,int>(); }
8 
9 char c = F;
10 
11 // { dg-final { cleanup-repo-files } }
12