2024-03-29 21:01:06 +01:00

12 lines
166 B
Go

//golangcitest:args -Emirror
//golangcitest:expected_exitcode 0
package testdata
import (
"unicode/utf8"
)
func foobar() {
_ = utf8.RuneCountInString("foobar")
}