blob: 1a97768ec03b9c24488dcaad3f7935f8cc8e4706 [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.WireTime
C nativetest.WireSamePkg
D nativetest.WireMultiImport
}