tock-mirror/fco2/testcases/idfunc.occ
2007-04-29 14:46:19 +00:00

6 lines
69 B
Plaintext

INT FUNCTION id(VAL INT i) IS i :
PROC P ()
INT x:
x := id (4)
: