Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / objc / execute / class-1.m
blob6ce262095631fc96b03efa215c29b4cfc3e6cde3
1 /* Contributed by Nicola Pero - Tue Mar  6 23:05:53 CET 2001 */
3 #include <objc/objc.h>
5 /* Tests creating a RootClass */
7 @interface RootClass
9   Class isa;
11 @end
13 @implementation RootClass
14 @end
16 #include "class-tests-1.h"
18 int main (void)
20   test_class_with_superclass ("RootClass", "");
22   return 0;