xref: /aosp_15_r20/external/compiler-rt/test/sanitizer_common/TestCases/options-help.cc (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1 // RUN: %clangxx -O0 %s -o %t
2 // RUN: %env_tool_opts=help=1 %run %t 2>&1 | FileCheck %s
3 
main()4 int main() {
5 }
6 
7 // CHECK: Available flags for {{.*}}Sanitizer:
8 // CHECK: handle_segv
9