diff options
Diffstat (limited to 'clang/test/VFS/Inputs/public_header.h')
-rw-r--r-- | clang/test/VFS/Inputs/public_header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/VFS/Inputs/public_header.h b/clang/test/VFS/Inputs/public_header.h index 09d9969d319..cc7bcb57eea 100644 --- a/clang/test/VFS/Inputs/public_header.h +++ b/clang/test/VFS/Inputs/public_header.h @@ -1,2 +1,3 @@ #import <SomeFramework/public_header2.h> +#import "public_header3.h" // includer-relative void from_framework(void); |