URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [gnu-runtime-3.m] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Sanity check for GNU-runtime regardless of runtime used on target system. */ /* { dg-do run } */ /* { dg-skip-if "" { *-*-* } { "-fnext-runtime" } { "" } } */ #include "../objc-obj-c++-shared/TestsuiteObject.m" #include <string.h> #include <stdlib.h> int main(int argc, void **args) { [TestsuiteObject new]; return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log