URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [friend29.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/15701template<template<int> class T> struct A : T<0>{void foo();template<template<int> class U> friend void A<U>::foo();};template<int> struct B {};A<B> a;
Go to most recent revision | Compare with Previous | Blame | View Log
