package bar
// Bar is something used for testing purposes (TODO: move somewhere?)
type Bar struct {
X int
Y int
Z string
B bool
}