Fix nesting.occ so it has a valid TLP signature.

This commit is contained in:
Adam Sampson 2008-05-15 12:23:44 +00:00
parent 0106e6bbb7
commit 04da66531f

View File

@ -1,3 +1,4 @@
PROC p ()
PROC outer (CHAN OF INT channel) PROC outer (CHAN OF INT channel)
VAL INT constant IS 42: VAL INT constant IS 42:
INT count: INT count:
@ -13,3 +14,5 @@ PROC outer (CHAN OF INT channel)
inner1 () inner1 ()
inner2 (count) inner2 (count)
: :
SKIP
: