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