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