blob: bd2eba9cda563f4002e64f816f214ea8e33e88b8 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import testa "v.io/x/devtools/godepcop/testdata/test-a"
func main() {
testa.A()
}