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