URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [pch/] [static-1.C] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
#include "static-1.H"
int LocalStaticTest()
{
static A sa;
}
int main(int argc, char **argv)
{
A::StaticTest();
}
Go to most recent revision | Compare with Previous | Blame | View Log