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