URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [parse/] [ptrmem1.C] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
struct A {
void f(int = 0) const;
};
typedef void (A::*PF)(int) const;
void f()
{
PF pf = &A::f;
}
Go to most recent revision | Compare with Previous | Blame | View Log