ref: 2b8417dc460c93814e7cef07bf1934c8deb59dd2
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) }