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