overflow_probe/probe_test.go
2017-08-03 19:10:56 +09:00

7 lines
77 B
Go

package main
import "testing"
func TestFFF(t *testing.T) {
t.Log("aaaa")
}