2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / abi / mangle12.C
blob406a13b3f79f44ff6d9588738122f0ac92fc4ac7
1 // { dg-options "-Wabi -fabi-version=1" }
3 template <template <typename> class Q>
4 void f (typename Q<int>::X) {}
6 template <typename Q>
7 struct S {
8   typedef int X;
9 };
11 template void f<S> (int); // { dg-warning "mangle" }