aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/asan_options-help.cc
blob: f10830f160850ce6565477af285ca62bf6887e3b (plain) (blame)
1
2
3
4
5
6
7
8
9
// RUN: %clangxx_asan -O0 %s -o %t
// RUN: ASAN_OPTIONS=help=1 %run %t 2>&1 | FileCheck %s

int main() {
}

// CHECK: Available flags for AddressSanitizer:
// CHECK-DAG: handle_segv
// CHECK-DAG: check_initialization_order