Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / internal-constants / c.h
blob43a37f831a4e443683a6d998c6d0d93598384027
1 #pragma once
2 #include "a.h"
3 inline int h() { return N::k; }