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