blob: 93bb30947f1ee0b5d4c1dd0b3a3fc3ea243bdea0 [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 nativetest tests a package with native type conversions.
package nativetest
type WireString int32
type WireMapStringInt int32
type WireTime int32
type WireSamePkg int32
type WireMultiImport int32
type WireRenameMe int32
type WireAll struct {
A WireString
B WireMapStringInt
C WireTime
D WireSamePkg
E WireMultiImport
F WireRenameMe
}