blob: bdc09f27c5b10338d3da75a25dfb16bd03cf918f [file] [log] [blame]
package testlist
import (
"fmt"
"testing"
)
func TestSimple(t *testing.T) {
_ = fmt.Sprint("Test simple")
}