URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [nolinkage1a.cc] - Rev 826
Compare with Previous | Blame | View Log
#include "nolinkage1.h" typedef struct { double d; } *BP; void f(BP) { } A<BP> b; static void g() { struct B { }; A<B> a; } int dummy() { g(); f(0); }