struct str { ~uint8 a } /; method str /; str_get() [~uint8] return a ;/ ;/ /; module moda /; method str /; str_set(~uint8 a) self.a = a ;/ ;/ ;/