aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/objc.dg/special/load-category-3.h
blob: 9d6d8acc90adebfc163a08a28e11e3c95206b349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, December 2010.  */

void complete_load_step (int load_step);
void check_that_load_step_was_completed (int load_step);
void check_that_load_step_was_not_completed (int load_step);

@interface TestClass1
{
  id isa;
}
@end

@interface TestClass2 : TestClass1
@end

@interface TestClass3 : TestClass2
@end