brintos

brintos / llvm-project-archived public Read only

0
0
Text · 59 B · afee60d Raw
8 lines · cpp
1struct S {2  int i;3};4 5int S::*iptr() {6  return &S::i;7}8