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,4 +1,5 @@
PROC outer (CHAN OF INT channel)
PROC p ()
PROC outer (CHAN OF INT channel)
VAL INT constant IS 42:
INT count:
PROC inner1 ()
@ -12,4 +13,6 @@ PROC outer (CHAN OF INT channel)
count := 0
inner1 ()
inner2 (count)
:
SKIP
: