blob: affbf5a2a6f079daab0a7b4af55b719881060798 [file] [log] [blame]
MODULE testarrayunbounded3 ;
PROCEDURE foo (a: ARRAY OF CARDINAL) ;
BEGIN
END foo ;
VAR
b: CARDINAL ;
BEGIN
foo (b)
END testarrayunbounded3.