brintos

brintos / llvm-project-archived public Read only

0
0
Text · 165 B · 717a95e Raw
8 lines · cpp
1// RUN: %clang %s -target x86_64-apple-driverkit19.0 -fsyntax-only2 3#if __cplusplus != 201703L4#error DriverKit should be on C++17.5#endif6 7int main() { return 0; }8