blob: 21eed559032e68bef49b9bb8cf62793622b749c2 [file] [log] [blame]
/* Sanity check for GNU-runtime regardless of runtime used on target system. */
/* { dg-do run } */
/* { dg-options "-fgnu-runtime" } */
/* LLVM LOCAL */
/* { dg-xfail-if "" { *-*-darwin* } { "*" } { "" } } */
#include <objc/Object.h>
#include <string.h>
#include <stdlib.h>
int main(int argc, void **args)
{
[Object new];
return 0;
}