ref: 6565eb50cfcc4e11ed5e350cdae30dc861dc0a8e
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.put("{}\n", msg) }