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