Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
Import
/
cxx-member-pointers
/
Inputs
/
S.cpp
blob: afee60de32685abba78d9898e1da5181f5f26012 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
int
S
::*
iptr
()
{
return
&
S
::
i
;
}