[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / apple-silicon-arch.c
blobb1201fa2d7ddb33c5d87b6e27c4b3d7d7f9616a0
1 // RUN: env SDKROOT="/" %clang -arch arm64 -c -### %s 2>&1 | \
2 // RUN: FileCheck %s
3 //
4 // REQUIRES: apple-silicon-mac
5 //
6 // CHECK: "-triple" "arm64-apple-macosx{{[0-9.]+}}"