// Parser test: nested groups (union and seq) with // fixed-width fields. Block -> union { A -> seq { a : Cell<$ 0 $>, b : 2 words } | B -> seq { a : 0 words, c : 2 words } }