The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Import
cxx-member-pointers
Inputs
S.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
struct
S
{
int
i
;
}
;
int
S
::
*
iptr
(
)
{
return
&
S
::
i
;
}