# ----------------------------------
# ERROR 37A: recursive target defn
# ----------------------------------

targa : targb
    cmds
targb : targa
    cmds

