package main import "testing" func TestFoo(t *testing.T) { _ = t main() }