Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / cxx-member-pointers / Inputs / S.cpp
blobafee60de32685abba78d9898e1da5181f5f26012
1 struct S {
2 int i;
3 };
5 int S::*iptr() {
6 return &S::i;