ligo/test/contracts/macro_annotations.tz

7 lines
108 B
Plaintext
Raw Normal View History

return unit;
parameter unit;
storage unit;
code { PUSH unit Unit ;
DUUP @truc ;
DROP ; DROP }