Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
golang
/
1.22.0
/
test
/
typeparam
/
issue50121b.dir
/
Filename :
main.go
back
Copy
package main import ( "./d" "fmt" ) func main() { if got, want := d.BuildInt(), 42; got != want { panic(fmt.Sprintf("got %d, want %d", got, want)) } }