blob: 681dcb2536d7b1e1400d5728861ff4e645722238 [file] [log] [blame]
package unimported_test
import (
"testing"
)
func TestSomething(t *testing.T) {
_ = unimported.TestExport //@unimported("TestExport", testexport)
}