OSDN Git Service

* gcc.target/cris/peep2-xsrand.c, gcc.target/cris/asmreg-1.c,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / gnu-runtime-3.m
1 /* Sanity check for GNU-runtime regardless of runtime used on target system.  */
2
3 /* { dg-do run } */
4 /* { dg-options "-fgnu-runtime" } */
5
6 #include <objc/Object.h>
7 #include <string.h>
8 #include <stdlib.h>
9
10 int main(int argc, void **args)
11 {
12   [Object new];
13   return 0;
14 }