Sign in
llvm
/
clang
/
c6d149249952dca405a25fd043da864ddf71301f
/
.
/
test
/
Import
/
cxx-member-pointers
/
Inputs
/
S.cpp
blob: afee60de32685abba78d9898e1da5181f5f26012 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
int
S
::*
iptr
()
{
return
&
S
::
i
;
}