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