This snippet currently doesn't work with the compiler:
(define-constant cst (list 'S1169T4T08XBQR7N8F69R4FE00ESXD8QTD8XEKZ67.A 'SH3Y7SXGEJD365K42XCJ21KSTSCB1Z4RA5XTJA2ZH.a)) cst
It reaches the ListUnionType type in get_type_size, which implies that a call to concretize is lacking somewhere.
This snippet currently doesn't work with the compiler:
(define-constant cst (list 'S1169T4T08XBQR7N8F69R4FE00ESXD8QTD8XEKZ67.A 'SH3Y7SXGEJD365K42XCJ21KSTSCB1Z4RA5XTJA2ZH.a)) cst
It reaches the
ListUnionType
type inget_type_size
, which implies that a call toconcretize
is lacking somewhere.