runtime: TODO - error var; cl: link goVar
This commit is contained in:
9
cl/_testlibgo/math/in.go
Normal file
9
cl/_testlibgo/math/in.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"math/bits"
|
||||
)
|
||||
|
||||
func main() {
|
||||
println(bits.Len8(20))
|
||||
}
|
||||
Reference in New Issue
Block a user