Home | History | Annotate | Download | only in TestCases
      1 // RUN: %clangxx -O0 %s -o %t
      2 // RUN: %env_tool_opts=help=1 %run %t 2>&1 | FileCheck %s
      3 
      4 int main() {
      5 }
      6 
      7 // CHECK: Available flags for {{.*}}Sanitizer:
      8 // CHECK: handle_segv
      9