diff options
Diffstat (limited to 'test/ken/rob2.go')
-rw-r--r-- | test/ken/rob2.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ken/rob2.go b/test/ken/rob2.go index cca74e57a..7d2eecbf7 100644 --- a/test/ken/rob2.go +++ b/test/ken/rob2.go @@ -9,6 +9,12 @@ package main const nilchar = 0; +type ( + Atom struct; + List struct; + Slist struct; +) + type Atom struct { str string; integer int; |