URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [g++.dg/] [special/] [conpr-3a.cc] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run } */ class foo_t { int x; static int count; public: foo_t(void) { x=++count; } int get(void) { return x; } }; foo_t foo1 __attribute__((init_priority(6000)));
Go to most recent revision | Compare with Previous | Blame | View Log