mirror of
https://github.com/golang/go
synced 2024-11-07 12:06:12 -07:00
6 lines
46 B
Go
6 lines
46 B
Go
|
package implicit
|
||
|
|
||
|
func I() int {
|
||
|
return 42
|
||
|
}
|