// Copyright 2023 Uber Technologies, Inc. // Licensed under the Apache License, Version 2.0 package main import "testing" func TestFoo(t *testing.T) { _ = t main() }