URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [nolinkage1a.cc] - Rev 693
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); }