xref: /llvm-project/clang/test/Driver/fubsan-strip-path-components.cpp (revision ab731f7e86c052c9ebec3a2acaca7a500caec1c0)
1 // RUN: %clang %s -### -o %t.o -fsanitize-undefined-strip-path-components=42 2>&1 | FileCheck %s
2 // CHECK: "-fsanitize-undefined-strip-path-components=42"
3