Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 53eae6898ac8aa9cdbfd8ceb99e24f5ec9955faf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#define size_t int
class A;

class B;

class C;

class T;

class junk;

Back to the top