2020-04-27 19:19:12 +03:00

9 lines
67 B
Go

//args: -Eunused
package p
type (
unused struct{}
)
func X() {}