1// RUN: %clangxx_memprof -O0 %s -o %t && %env_memprof_opts=help=1 %run %t 2>&1 | FileCheck %s
2
3int main() {
4}
5
6// CHECK: Available flags for MemProfiler:
7// CHECK-DAG: atexit
8

source code of compiler-rt/test/memprof/TestCases/memprof_options-help.cpp