aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/carbon.c
blob: 94a707557f263ac40ea8617dc6f4145d37ab20f9 (plain)
1
2
3
4
5
6
// RUN: clang %s -fsyntax-only -print-stats &&
// RUN: clang -x c-header -o %t %s && clang -token-cache %t %s
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif