diff options
Diffstat (limited to 'clang/test/Modules/Inputs/System/usr/include/stdint.h')
-rw-r--r-- | clang/test/Modules/Inputs/System/usr/include/stdint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/System/usr/include/stdint.h b/clang/test/Modules/Inputs/System/usr/include/stdint.h new file mode 100644 index 0000000..e8e50f9 --- /dev/null +++ b/clang/test/Modules/Inputs/System/usr/include/stdint.h @@ -0,0 +1 @@ +typedef int my_awesome_nonstandard_integer_type; |