blob: 668e09c03d311f9f24b419620eb51db2d7d2aec5 [file]
MODULE tiny ;
PROCEDURE test ;
VAR
p: CARDINAL ;
BEGIN
p := 1
END test ;
BEGIN
test
END tiny.