rt_gccstream/gcc/testsuite/objc.dg/gnu-runtime-3.m

15 lines
295 B
Objective-C

/* Sanity check for GNU-runtime regardless of runtime used on target system. */
/* { dg-do run } */
/* { dg-skip-if "" { *-*-* } { "-fnext-runtime" } { "" } } */
#include <objc/Object.h>
#include <string.h>
#include <stdlib.h>
int main(int argc, void **args)
{
[Object new];
return 0;
}