FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb122.C
blob9cf3033331211fde5e31fcd4a7503cc86f173cf7
1 // Build don't link: 
2 // Disable -ansi -pedantic-errors because of GNU extension
3 // Special g++ Options:                                             
4 template<class foo>
5 class bar {
6 public:
7   void baz() { (({ while( foo::baz() );})); }
8 };
9 template<class foo>
10 void baz() { (({ while( foo::baz() );})); }