10 lines · cpp
1// RUN: %clangxx_asan -O0 %s -o %t2// RUN: %env_asan_opts=help=1 %run %t 2>&1 | FileCheck %s3 4int main() {5}6 7// CHECK: Available flags for AddressSanitizer:8// CHECK-DAG: handle_segv9// CHECK-DAG: check_initialization_order10 1// RUN: %clangxx_asan -O0 %s -o %t2// RUN: %env_asan_opts=help=1 %run %t 2>&1 | FileCheck %s3 4int main() {5}6 7// CHECK: Available flags for AddressSanitizer:8// CHECK-DAG: handle_segv9// CHECK-DAG: check_initialization_order10