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