blob: 6e4a1bfdca115b921469fbae0297b4c239df9182 [file] [log] [blame]
Jiri Simsa67b8a262015-03-24 21:14:07 -07001// Copyright 2015 The Vanadium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Suharsh Sivakumara4ac50a2015-03-13 16:13:50 -07005// This file was auto-generated by the vanadium vdl tool.
Todd Wang232d6492015-02-25 18:04:54 -08006// Source: otherfile.vdl
7
8package nativetest
9
10import (
11 // VDL system imports
12 "v.io/v23/vdl"
13
14 // VDL user imports
15 "time"
Jing Jin613e1ad2015-02-26 10:10:30 -080016 "v.io/v23/vdl/testdata/nativetest"
Todd Wang232d6492015-02-25 18:04:54 -080017)
18
19type ignoreme string
20
21func (ignoreme) __VDLReflect(struct {
Suharsh Sivakumar071d1c82015-05-08 14:45:10 -070022 Name string `vdl:"v.io/x/ref/lib/vdl/testdata/nativetest.ignoreme"`
Todd Wang232d6492015-02-25 18:04:54 -080023}) {
24}
25
26func init() {
27 vdl.Register((*ignoreme)(nil))
28}