URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20011109-2.c] - Rev 826
Compare with Previous | Blame | View Log
int main(void) { char *c1 = "foo"; char *c2 = "foo"; int i; for (i = 0; i < 3; i++) if (c1[i] != c2[i]) abort (); exit (0); }