Golang程序  |  9行  |  73 B

package html

import "testing"

func TestAll(t *testing.T) {
	f()
	g()
}