blob: 75c4f556a94c5407852207896c25818357f55803 [file] [log] [blame]
// # This file ends in _test.go, so we should not warn about doc comments.
// OK
package pkg
import "testing"
type H int
func TestSomething(t *testing.T) {
}