Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.other / explicit1.C
blob123efb743b2d427b668582aa8154ff5e73315dc8
1 // { dg-do assemble  }
2 // Origin: Jason Merrill <jason@redhat.com>
4 struct A
6   A ();
7   explicit A (int);
8 };
10 int main ()
12   const A& r = 1;               // { dg-error "" } no suitable constructor