blob: ce345532a68a7c6d96ee03804621830d86d0a779 [file] [log] [blame]
struct a
{
int ret1 ()
{
return 1;
}
int key ();
};
struct b
{
int ret2 ()
{
return 2;
}
};