Merge from mainline.
[official-gcc.git] / gcc / testsuite / g++.dg / template / repo3.C
blobdfc085a211bfa243fefe872dcc8ab693c2e665a3
1 // { dg-options "-frepo -DF='a'" }
3 template <typename A, typename B> void f () {}
4 template <typename A, typename B> void g () { f<int,int>(); }
5 int main () { g<int,int>(); }
7 char c = F;
9 // { dg-final { cleanup-repo-files } }