blob: 88a765bfe9eb5962c0d76bd0691690f5d7fcf492 [file] [log] [blame]
package main
import (
"a"
)
func main() {
_ = a.OrdOption(a.Given[int]())
}