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 main()7 int main() { return 0; } 8