Sign in
go
/
go.git
/
96e4e2b1616c3c59577d48abcf2823bf1fdcd2e2
/
.
/
test
/
typeparam
/
issue50485.dir
/
main.go
blob: 7181b937fd6c0ef3676f2e9b1d7e3c42c98a9cda [
file
]
package main
import (
"./a"
)
func main() {
_ = a.OrdOption(a.Given[int]())
}