Merged r157653 through r157895 into branch.
[official-gcc.git] / gcc / testsuite / objc.dg / gnu-runtime-3.m
blobe0c8cc4164df8675f43ea2dade273a06c96a2821
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/Object.h>
7 #include <string.h>
8 #include <stdlib.h>
10 int main(int argc, void **args)
12   [Object new];
13   return 0;