Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
diagnostic
/
base-operand-non-pointer-1.C
blob: 26188d1b0efc25e00347c5e2998014e29f3e5c18 [
file
] [
log
] [
blame
]
class
C
{
public
:
C f
();
int
get
();
};
int
f
(
C
*
p
)
{
return
p
->
f
()->
get
();
}
// { dg-error "28:base operand of .->. has non-pointer type .C." }