forked from OSchip/llvm-project
8 lines
238 B
Mathematica
8 lines
238 B
Mathematica
|
// rdar://13840148
|
||
|
|
||
|
// RUN: rm -rf %t
|
||
|
// RUN: %clang -fsyntax-only -isysroot %S/../Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \
|
||
|
// RUN: -F %S -I %S %s -D__need_wint_t -Werror=implicit-function-declaration
|
||
|
|
||
|
@import af;
|