2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / explicit1.C
blob2be91d4ca2f7c2d3340b0ec07923aacc137cdf4d
1 // { dg-do assemble  }
2 // $7.1.2 disallows explicit on anything but declarations of
3 // constructors ... including friends.
4 class foo { public: foo(); };
5 class bar { public: friend explicit foo::foo(); }; // { dg-error "" } explicit friend