Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / PR27754 / RConversionRuleParser.h
blob057dd14698a9c6519f25cc359e00bad74f8f9792
1 #include "algobase.h"
2 typedef integral_constant<bool, true> true_type;
3 class _Rb_tree { _Rb_tree() { true_type(); } };
4 #include "TSchemaType.h"