diff options
Diffstat (limited to 'clang/test/Modules/Inputs/System/usr/include/stdbool.h')
-rw-r--r-- | clang/test/Modules/Inputs/System/usr/include/stdbool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/Inputs/System/usr/include/stdbool.h b/clang/test/Modules/Inputs/System/usr/include/stdbool.h index 760d7dc48ef..50be7543c42 100644 --- a/clang/test/Modules/Inputs/System/usr/include/stdbool.h +++ b/clang/test/Modules/Inputs/System/usr/include/stdbool.h @@ -1 +1 @@ -// Testing hack: does not define bool/true/false. +#include_next <stdbool.h> |