xref: /llvm-project/clang/test/Modules/Inputs/PR27754/RConversionRuleParser.h (revision b648399f9f331632a893dad74775398dc20e5664)
1*b648399fSRichard Smith #include "algobase.h"
2*b648399fSRichard Smith typedef integral_constant<bool, true> true_type;
_Rb_tree()3*b648399fSRichard Smith class _Rb_tree { _Rb_tree() { true_type(); } };
4*b648399fSRichard Smith #include "TSchemaType.h"
5