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