# -*- mode: snippet -*-
# name: union Type { ... }
# key: union
# --
union ${1:Type} {
     $0
}