URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [pr51832.h] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
template<class...T> struct A { static int i; }; inline void f() { A<int>::i = 0; }
Go to most recent revision | Compare with Previous | Blame | View Log