aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/net47.C
blob: fc4a81f1266d621b48085c96617816b75368c4f0 (plain)
1
2
3
4
5
6
7
8
// Build don't link:
// Special g++ Options: -w -fpermissive

class foo {};
class bar : foo {
public:
  bar () : () {}
};