pub type Baz { Baz(baz: String) }
Baz(baz: String)
pub type Other { Other(other: Int) }
Other(other: Int)