# this test demonstrates an implementation deficiency.
# this program could work, but the implementation would need a bit of work.
# see ../NOT_WORKING.

0 jrc *.jr
0 javac jrGen/*.java
0 jrrun main > No_input.out 2>No_input.err
0 scmp No_input.std No_input.out
0 grep "java.lang.ClassNotFoundException: java.lang.ClassNotFoundException: main.A" No_input.err
0 rm -rf jrGen core* *.out *.err
