OSDN Git Service

Addition of a whole slew of "eb" test cases generated from the egcs-bugs
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb122.C
1 // Build don't link: 
2 template<class foo>
3 class bar {
4 public:
5   void baz() { (({ while( foo::baz() );})); }
6 };
7 template<class foo>
8 void baz() { (({ while( foo::baz() );})); }