diff options
Diffstat (limited to 'test/Modules/header-import.m')
-rw-r--r-- | test/Modules/header-import.m | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/header-import.m b/test/Modules/header-import.m new file mode 100644 index 0000000000..9996dc75c8 --- /dev/null +++ b/test/Modules/header-import.m @@ -0,0 +1,7 @@ +// RUN: rm -rf %t +// RUN: %clang_cc1 -fmodule-cache-path %t -F %S/Inputs -I %S/Inputs -verify %s + +#import "point.h" +__import_module__ Module; +#import "point.h" + |