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