ligo/test/contracts/cadr_annotation.tz

5 lines
142 B
Plaintext
Raw Normal View History

parameter (pair (pair unit (string @no_name)) bool);
storage unit;
return unit;
code { CAR @name; CADR @second_name; DROP; UNIT; UNIT; PAIR }