view gcc/testsuite/objc.dg/special/load-category-3.h @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* 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