blob: 3a4aa9c0de99e91e4bff0af8ac3422457f5786ef [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 nativedep
import "v.io/x/ref/lib/vdl/testdata/nativetest"
type All struct {
A nativetest.WireString
B nativetest.WireMapStringInt
C nativetest.WireTime
D nativetest.WireSamePkg
E nativetest.WireMultiImport
}