Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-dependent-friends / d.h
blobce3f69fa387f445cacbd9a08715dcc30702e0910
1 namespace N { template<typename T> struct A { friend int f(A); }; }
2 #include "c.h"