Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / autoload-subdirectory / a.h
blob8be94312e3ef7870000e2c616ae46dc6230e5fd2
1 #include "b.h"
3 class foo {
4 int x, y;
6 public:
7 foo(){};
8 ~foo(){};
9 };