[ELF] Avoid make in elf::writeARMCmseImportLib
[llvm-project.git] / clang / test / Driver / driverkit-cplusplus.cpp
blob717a95e6b982578464a900fe625a0d689b14d72c
1 // RUN: %clang %s -target x86_64-apple-driverkit19.0 -fsyntax-only
3 #if __cplusplus != 201703L
4 #error DriverKit should be on C++17.
5 #endif
7 int main() { return 0; }