1# RUN: not %lld ---help 2>&1 | FileCheck -check-prefix=SPELLHELP %s
2
3SPELLHELP: error: unknown argument '---help', did you mean '--help'
4# FIXME: This should say "no input files" instead
5SPELLHELP: error: undefined symbol: _main
6