hanchenye-llvm-project/clang/test/Preprocessor/macho-embedded-predefines.c

6 lines
172 B
C

// RUN: %clang_cc1 -E -dM -triple thumbv7m-apple-unknown-macho %s | FileCheck %s
// CHECK: #define __APPLE_CC__
// CHECK: #define __APPLE__
// CHECK-NOT: #define __MACH__