URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [static-2.c] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
#include "static-2.h" int bar(void) { static int counter; return counter++; }
Go to most recent revision | Compare with Previous | Blame | View Log