# this test demonstrates an implementation deficiency.
# this program should not work and should give a compile-time error.
# 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
