ref: 14ec83e1ab97ee50e0f7686b390f8daba6ee34f9 dir: /test/struct1.myr/
type val = struct a : int ;; const main = { var s : val s.a = 12 -> s.a }