1// RUN: %clang %s -target x86_64-apple-driverkit19.0 -### 2>&1 | FileCheck %s2 3int main() { return 0; }4// CHECK: "-fno-rtti"5