Move the MMX subtarget feature out of the SSE set of features and into
[oota-llvm.git] / utils / lit / tests / Inputs / shtest-shell / write-to-stdout-and-stderr.sh
1 #!/bin/sh
2
3 echo "a line on stdout"
4 echo "a line on stderr" 1>&2