aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/options-help.cc
blob: eaa04a494be4b7efe1c3549a9733b2d25476c2c8 (plain) (blame)
1
2
3
4
5
6
7
8
// RUN: %clangxx -O0 %s -o %t
// RUN: %tool_options=help=1 %run %t 2>&1 | FileCheck %s

int main() {
}

// CHECK: Available flags for {{.*}}Sanitizer:
// CHECK: handle_segv