URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [gnu-runtime-3.m] - Rev 154
Compare with Previous | Blame | View Log
/* Sanity check for GNU-runtime regardless of runtime used on target system. */ /* { dg-do run } */ /* { dg-options "-fgnu-runtime" } */ #include <objc/Object.h> #include <string.h> #include <stdlib.h> int main(int argc, void **args) { [Object new]; return 0; }