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