1RUN: %scan-build -h | FileCheck %s 2RUN: %scan-build --help | FileCheck %s 3 4Test for help output from scan-build. 5 6 7CHECK: USAGE: scan-build [options] <build command> [build options] 8 9... 10 11CHECK: AVAILABLE CHECKERS: 12... 13CHECK: + core.NullDereference 14CHECK: optin.performance.GCDAntipattern 15... 16 17 18 19