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