1*2f04e703SEgor Zhdan // REQUIRES: x86-registered-target 2*2f04e703SEgor Zhdan // RUN: %clang %s -target x86_64-apple-driverkit19.0 -fsyntax-only 3*2f04e703SEgor Zhdan 4*2f04e703SEgor Zhdan #if __cplusplus != 201703L 5*2f04e703SEgor Zhdan #error DriverKit should be on C++17. 6*2f04e703SEgor Zhdan #endif 7*2f04e703SEgor Zhdan main()8*2f04e703SEgor Zhdanint main() { return 0; } 9