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