runtime: testing runtime
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
|
||||
// Simple conversions to avoid depending on strconv.
|
||||
|
||||
// llgo:skipall
|
||||
package itoa
|
||||
|
||||
// llgo:skipall
|
||||
type _itoa struct{}
|
||||
|
||||
// Itoa converts val to a decimal string.
|
||||
func Itoa(val int) string {
|
||||
if val < 0 {
|
||||
|
||||
Reference in New Issue
Block a user