ref: a2d39ddf4e0d6dc324bd0af41d89c942f4f8a49c dir: /test/struct1.myr/
use std /* make sure assigning to a 1-element struct works; exit status should be 12 */ type val = struct a : int ;; const main = { var s : val s.a = 12 -> s.a }