1! RUN: %S/test_errors.sh %s %t %f18 2 3 4!ERROR: Label '600' was not found 5if ( A ) 100, 200, 600 6100 CONTINUE 7200 CONTINUE 8300 CONTINUE 9 10!ERROR: Label '601' was not found 11if ( A ) 101, 601, 301 12101 CONTINUE 13201 CONTINUE 14301 CONTINUE 15 16!ERROR: Label '602' was not found 17if ( A ) 602, 202, 302 18102 CONTINUE 19202 CONTINUE 20302 CONTINUE 21 22END 23