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