ligo/test/contracts/self.tz

5 lines
95 B
Plaintext
Raw Normal View History

parameter unit ;
storage (contract unit unit) ;
return unit ;
code { MAP_CDR { DROP ; SELF } }