#!../src/tops  -s ../sys  -u ../usr

# File halt2

" File halt2 is being sourced" . nl

# ENTRY FROM halt1 IS HERE

"X," missing
IF
    jmptable
    " halt2: OK IF SEE THIS" . nl
    halt
THEN
" halt2: SHOULD NOT SEE THIS" . nl

