summaryrefslogtreecommitdiffstats
path: root/test/typeparam/issue50485.dir/main.go
blob: 7181b937fd6c0ef3676f2e9b1d7e3c42c98a9cda (plain)
1
2
3
4
5
6
7
8
9
package main

import (
	"./a"
)

func main() {
	_ = a.OrdOption(a.Given[int]())
}