aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_test/testmain_import_indirect_test.go
blob: bcb6fac8b336d31941bc1b6baabcc8f12712c1b4 (plain)
1
2
3
4
5
6
7
package test_main_test

import "example.com/imports/test_main"

func init() {
	test_main.Updated = true
}