(root)/
gcc-13.2.0/
gcc/
testsuite/
objc.dg/
special/
load-category-3.h
       1  /* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, December 2010.  */
       2  
       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);
       6  
       7  @interface TestClass1
       8  {
       9    id isa;
      10  }
      11  @end
      12  
      13  @interface TestClass2 : TestClass1
      14  @end
      15  
      16  @interface TestClass3 : TestClass2
      17  @end