1 /* Test that compiling for the GNU runtime works (regardless of
2 the system runtime used). */
3 /* Author: Ziemowit Laski <zlaski@apple.com> */
5 /* { dg-skip-if "" { *-*-* } { "-fnext-runtime" } { "" } } */
7 #include "../objc-obj-c++-shared/TestsuiteObject.m"
10 @interface FooBar: TestsuiteObject
16 @implementation FooBar
25 id fooBarInst = [[FooBar alloc] init];