[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Frontend / nostdlib-for-asmpp.s
blobc1be5a27779071b09f240073b34d98fe436a01af
1 // RUN: %clang_cc1 -x assembler-with-cpp -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist -std=c++11 -v %s 2>&1 | FileCheck %s
2 // The C++ stdlib path should not be included for an assembly source.
4 // CHECK-NOT: usr/include/c++/
5 // CHECK-NOT: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead