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