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