# -*- mode: snippet -*-
# name: type ... struct { ... }
# --
type $1 struct {
    `%`$0
}