diff options
Diffstat (limited to 'clang/test/Modules/Inputs/PR27041/TGenericClassInfo.h')
-rw-r--r-- | clang/test/Modules/Inputs/PR27041/TGenericClassInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR27041/TGenericClassInfo.h b/clang/test/Modules/Inputs/PR27041/TGenericClassInfo.h new file mode 100644 index 00000000000..b43b2c90f22 --- /dev/null +++ b/clang/test/Modules/Inputs/PR27041/TGenericClassInfo.h @@ -0,0 +1,3 @@ +namespace std {} +namespace std { enum float_round_style { denorm_present }; } +#include "TSchemaHelper.h" |