#  
#  INLINE TEST 01
#     - makesure that the file being created is still held with keep
# 
test1: test .symbolic
    @-diff test.2 test.3
test: .symbolic
    @-diff <<test.1 <<test.2
HELLO
BOO
<<KEEP
HELLO
BOO2
<<KEEP
    @-diff test.1 <<test.3
HELLO1
BOO
<<KEEP 
