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