#include or #import direcctives of framework headers into module imports of the corresponding framework module. llvm-svn: 139860
14 lines
330 B
C
14 lines
330 B
C
|
|
// RUN: rm -rf %t
|
|
// RUN: %clang_cc1 -x objective-c -fmodule-cache-path %t -fauto-module-import -F %S/Inputs -verify %s
|
|
|
|
#include <DependsOnModule/DependsOnModule.h>
|
|
|
|
#ifdef MODULE_H_MACRO
|
|
# error MODULE_H_MACRO should have been hidden
|
|
#endif
|
|
|
|
#ifdef DEPENDS_ON_MODULE
|
|
# error DEPENDS_ON_MODULE should have been hidden
|
|
#endif
|