summaryrefslogtreecommitdiff
path: root/test/cxx/cxx04.cpp.in
blob: 9741a82b873597a1b2d16f4fe1589602958aa3aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


int i;
class C
{
	int j;
};

class D
{
	int ~D();
};

int C::k;
int C::~C;

typedef int Int;