2013-05-09 07:46:46 +08:00
|
|
|
// rdar://13840148
|
2015-07-08 09:00:30 +08:00
|
|
|
// REQUIRES: x86-registered-target
|
2013-05-09 07:46:46 +08:00
|
|
|
// RUN: rm -rf %t
|
2015-01-23 08:30:44 +08:00
|
|
|
// RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \
|
2013-05-16 14:59:30 +08:00
|
|
|
// RUN: -target x86_64-darwin \
|
2015-02-24 12:58:15 +08:00
|
|
|
// RUN: -F %S -F %S/Inputs/self-import-header -I %S/Inputs/self-import-header \
|
|
|
|
// RUN: %s -D__need_wint_t -Werror=implicit-function-declaration
|
2013-05-09 07:46:46 +08:00
|
|
|
|
|
|
|
@import af;
|