12 lines · plain
1// RUN: %clang_cc1 -E -dM -triple=armv7k-apple-watchos %s | FileCheck --check-prefix=BOOL %s2// RUN: %clang_cc1 -E -dM -triple=x86_64-apple-darwin16 %s | FileCheck --check-prefix=CHAR %s3// RUN: %clang_cc1 -x c -E -dM -triple=x86_64-apple-darwin16 %s | FileCheck --check-prefix=CHAR %s4// RUN: %clang_cc1 -x objective-c++ -E -dM -triple=x86_64-apple-darwin16 %s | FileCheck --check-prefix=CHAR %s5// RUN: %clang_cc1 -x c++ -E -dM -triple=x86_64-apple-darwin16 %s | FileCheck --check-prefix=CHAR %s6 7// BOOL: #define __OBJC_BOOL_IS_BOOL 18// BOOL-NOT: #define __OBJC_BOOL_IS_BOOL 09 10// CHAR: #define __OBJC_BOOL_IS_BOOL 011// CHAR-NOT: #define __OBJC_BOOL_IS_BOOL 112