1 /* Test that compiling for the GNU runtime works (regardless of
2 the system runtime used). */
3 /* Author: Ziemowit Laski <zlaski@apple.com> */
4 /* { dg-do compile } */
5 /* { dg-options "-fgnu-runtime" } */
7 #include <objc/Object.h>
9 @interface FooBar: Object
15 id fooBarInst = [[FooBar alloc] init];