1 // RUN: %clangxx -O0 %s -o %t
2 // RUN: %tool_options=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