URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [friend42.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }template <class T> void foo (int);template <class T>class Q {friend void foo<T> (int = 3); // { dg-error "default argument" }};
Go to most recent revision | Compare with Previous | Blame | View Log
