Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / conversion / ambig1.C
blob42ac4038ec661828f5b0e4e0f07335a845da2000
1 // PR c++/19787
3 struct H {
4   operator char(); // { dg-error "" }
5   operator short(); // { dg-error "" }
6 };
8 int const& ref = H(); // { dg-error "" }