mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 02:56:06 +00:00

This change will ensure that these tests won't fail when a new SDK that utilizes new compiler features is used. See https://reviews.llvm.org/D32178 for more context. llvm-svn: 304542
6 lines
112 B
C
6 lines
112 B
C
// RUN: %clang -fsyntax-only %s
|
|
// REQUIRES: macos-sdk-10.12
|
|
#ifdef __APPLE__
|
|
#include <Carbon/Carbon.h>
|
|
#endif
|