URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [special/] [conpr-3b.cc] - Rev 318
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 foo2 __attribute__((init_priority(5000)));
Go to most recent revision | Compare with Previous | Blame | View Log