URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [991227-1.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
char* doit(int flag) { return 1 + (flag ? "\0wrong\n" : "\0right\n"); } int main() { char *result = doit(0); if (*result == 'r' && result[1] == 'i') exit(0); abort(); }
Go to most recent revision | Compare with Previous | Blame | View Log