tock-mirror/testcases/datatype-const.occ

11 lines
237 B
Plaintext

-- Check that the constant folder is happy trawling through named types.
DATA TYPE MYINT IS INT64:
PROC arrays.of.user.types()
DATA TYPE arrtype IS [10]MYINT :
arrtype a :
DATA TYPE intarr IS [SIZE a]INT :
intarr b :
SKIP
: