URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libmudflap/] [testsuite/] [libmudflap.c++/] [pass31-frag.cxx] - Rev 776
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> #include <stdlib.h> #include <string.h> char zoo [10]; int main () { int i = strlen ("eight") + strlen ("one"); zoo[i] = 'a'; return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log