1 ; RUN: sh -c 'opt --reject-this-option 2>&-; echo $?; opt -o /dev/null /dev/null 2>&-; echo $?;' \
5 ; On valgrind, we got 127 here.
12 ; Test that the error handling when writing to stderr fails exits the
13 ; program cleanly rather than aborting.