bolt/deps/llvm-18.1.8/clang/test/Driver/new-infallible.cpp
2025-02-14 19:21:04 +01:00

5 lines
No EOL
312 B
C++

// RUN: %clang -### -S -fno-new-infallible -fnew-infallible %s 2>&1 | FileCheck --check-prefix=NEW-INFALLIBLE %s
// NEW-INFALLIBLE: "-fnew-infallible"
// RUN: %clang -### -S -fnew-infallible -fno-new-infallible %s 2>&1 | FileCheck --check-prefix=NO-NEW-INFALLIBLE %s
// NO-NEW-INFALLIBLE-NOT: "-fnew-infallible"