2007-03-01 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / gcc / testsuite / objc.dg / gnu-runtime-3.m
blob6fc113dbd93ccd3a546e832d9105ccfb78fe794f
1 /* Sanity check for GNU-runtime regardless of runtime used on target system.  */
3 /* { dg-do run } */
4 /* { dg-options "-fgnu-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;