aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb122.C
blob: 9cf3033331211fde5e31fcd4a7503cc86f173cf7 (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link: 
// Disable -ansi -pedantic-errors because of GNU extension
// Special g++ Options:                                             
template<class foo>
class bar {
public:
  void baz() { (({ while( foo::baz() );})); }
};
template<class foo>
void baz() { (({ while( foo::baz() );})); }