repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ELF] Avoid make in elf::writeARMCmseImportLib
[llvm-project.git]
/
clang
/
test
/
Driver
/
driverkit-cplusplus.cpp
blob
717a95e6b982578464a900fe625a0d689b14d72c
1
// RUN: %clang %s -target x86_64-apple-driverkit19.0 -fsyntax-only
2
3
#if __cplusplus != 201703L
4
#error DriverKit should be on C++17.
5
#endif
6
7
int
main
() {
return
0
; }