ref: c3d3c395ab8387d5123f64886072b9cd97669001
dir: /test/fmtalign.myr/
use std pkg = type msg = union `Tversion tversion ;; type tversion = struct tag : uint16 version : byte[:] ;; ;; const main = { var msg=`Tversion [.tag=45, .version="9P2000"] std.fmt("{}\n", msg) }