android_mt6572_jiabo/external/compiler-rt/test/sanitizer_common/TestCases/options-help.cc
2025-09-05 16:56:03 +08:00

8 lines
174 B
C++

// RUN: %clangxx -O0 %s -o %t
// RUN: %env_tool_opts=help=1 %run %t 2>&1 | FileCheck %s
int main() {
}
// CHECK: Available flags for {{.*}}Sanitizer:
// CHECK: handle_segv