[InstCombine][NFC] Precommit a test for folding a binary op of reductions. (#121568)
[llvm-project.git] / clang / test / Modules / Inputs / separate_map_tree / src / public-in-b.h
blob9ea6c1b4410d83f3e8b0dc607f27db75034e49dc
1 #ifndef PUBLIC_IN_B_H
2 #define PUBLIC_IN_B_H
3 const int b = 3;
4 #endif