aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb113.C
blob: f3c28b9ac6551f1a3e2c8a46518e61197425dc9d (plain)
1
2
3
4
5
6
// Build don't link: 
#include <iostream.h>

class X : public std::streambuf
{
} ;