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