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