1*f4a2713aSLionel Sambuc// rdar://13840148 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc// RUN: rm -rf %t 4*f4a2713aSLionel Sambuc// RUN: %clang -fsyntax-only -isysroot %S/../Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \ 5*f4a2713aSLionel Sambuc// RUN: -target x86_64-darwin \ 6*f4a2713aSLionel Sambuc// RUN: -F %S -I %S %s -D__need_wint_t -Werror=implicit-function-declaration 7*f4a2713aSLionel Sambuc 8*f4a2713aSLionel Sambuc@import af; 9