blob: 9cf3033331211fde5e31fcd4a7503cc86f173cf7 [file] [log] [blame]
// 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() );})); }