Merge from mainline (168000:168310).
[official-gcc/graphite-test-results.git] / gcc / testsuite / objc.dg / special / load-category-3.h
blob9d6d8acc90adebfc163a08a28e11e3c95206b349
1 /* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, December 2010. */
3 void complete_load_step (int load_step);
4 void check_that_load_step_was_completed (int load_step);
5 void check_that_load_step_was_not_completed (int load_step);
7 @interface TestClass1
9 id isa;
11 @end
13 @interface TestClass2 : TestClass1
14 @end
16 @interface TestClass3 : TestClass2
17 @end