URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [libmudflap/] [testsuite/] [libmudflap.c/] [pass13-frag.c] - Rev 831
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> #include <stdlib.h> #include <string.h> int main () { struct a { int x; int y; char z; }; struct a k; k.z = 'q'; return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log