not_imported_here func() int { return math.value } main func() void { _ = used_here() _ = not_imported_here() }