You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
225 B
10 lines
225 B
4 months ago
|
// RUN: %clangxx_asan -O0 %s -o %t
|
||
|
// RUN: %env_asan_opts=help=1 %run %t 2>&1 | FileCheck %s
|
||
|
|
||
|
int main() {
|
||
|
}
|
||
|
|
||
|
// CHECK: Available flags for AddressSanitizer:
|
||
|
// CHECK-DAG: handle_segv
|
||
|
// CHECK-DAG: check_initialization_order
|