Fix typo in test case
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / explicit1.C
blob7baf04febfcd423779452b8a715e2b2829128088
1 // Origin: Jason Merrill <jason@redhat.com>
3 struct A
5   A ();
6   explicit A (int);
7 };
9 int main ()
11   const A& r = 1;               // ERROR - no suitable constructor