0 javac *.java

# stdout and stderr come out at different times on different systems
# so separate them and compare separately
### /////// later will be exception and 1 exit code.
0 rjrun main > No_input.out1 2> No_input.out2
0 scmp No_input.std1 No_input.out1
0 cmp No_input.std2 No_input.out2

0 rm -f *.class *.out *.out1 *.out2
