FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / abi / conv1.C
blobfdedea20b13a72395e7bd2023cba35460153df2d
1 // { dg-options "-fabi-version=1" }
3 template<class T1>
4 struct A {
5   typedef typename T1::X X;
6   operator X() const;
7 };
9 template <class T0, class T1 >
10 struct B {
11   typedef typename T1::X X;
12   operator X() const; // { dg-error "" }