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