URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [special/] [conpr-3b.cc] - Rev 706
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