OSDN Git Service

update
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb113.C
1 // Build don't link: 
2 #include <iostream.h>
3
4 class X : public std::streambuf
5 {
6 } ;