llvm-for-llvmta/tools/clang/test/Modules/Inputs/PR27754/RConversionRuleParser.h

5 lines
144 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
#include "algobase.h"
typedef integral_constant<bool, true> true_type;
class _Rb_tree { _Rb_tree() { true_type(); } };
#include "TSchemaType.h"