PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / objc.dg / gnu-runtime-3.m
blobd26f48cf9801a146e98dce0e121ac9e3382ca504
1 /* Sanity check for GNU-runtime regardless of runtime used on target system.  */
3 /* { dg-do run } */
4 /* { dg-skip-if "" { *-*-* } { "-fnext-runtime" } { "" } } */
6 #include "../objc-obj-c++-shared/TestsuiteObject.m"
7 #include <string.h>
8 #include <stdlib.h>
10 int main(int argc, void **args)
12   [TestsuiteObject new];
13   return 0;