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