Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-126544-FixLowering
/
.
/
clang
/
test
/
Driver
/
driverkit-cplusplus.cpp
blob: 717a95e6b982578464a900fe625a0d689b14d72c [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang %s -target x86_64-apple-driverkit19.0 -fsyntax-only
#if __cplusplus != 201703L
#error
DriverKit
should be on C
++
17.
#endif
int
main
()
{
return
0
;
}