Jiri Simsa | 67b8a26 | 2015-03-24 21:14:07 -0700 | [diff] [blame] | 1 | // 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 Sivakumar | a4ac50a | 2015-03-13 16:13:50 -0700 | [diff] [blame] | 5 | // This file was auto-generated by the vanadium vdl tool. |
Todd Wang | 232d649 | 2015-02-25 18:04:54 -0800 | [diff] [blame] | 6 | // Source: otherfile.vdl |
| 7 | |
| 8 | package nativetest |
| 9 | |
| 10 | import ( |
| 11 | // VDL system imports |
| 12 | "v.io/v23/vdl" |
| 13 | |
| 14 | // VDL user imports |
| 15 | "time" |
Jing Jin | 613e1ad | 2015-02-26 10:10:30 -0800 | [diff] [blame] | 16 | "v.io/v23/vdl/testdata/nativetest" |
Todd Wang | 232d649 | 2015-02-25 18:04:54 -0800 | [diff] [blame] | 17 | ) |
| 18 | |
| 19 | type ignoreme string |
| 20 | |
| 21 | func (ignoreme) __VDLReflect(struct { |
Suharsh Sivakumar | 071d1c8 | 2015-05-08 14:45:10 -0700 | [diff] [blame] | 22 | Name string `vdl:"v.io/x/ref/lib/vdl/testdata/nativetest.ignoreme"` |
Todd Wang | 232d649 | 2015-02-25 18:04:54 -0800 | [diff] [blame] | 23 | }) { |
| 24 | } |
| 25 | |
| 26 | func init() { |
| 27 | vdl.Register((*ignoreme)(nil)) |
| 28 | } |