neoneo-go/pkg/vm/tests/bar/bar.go
Anthony De Meulemeester 648563c3e2
Compiler (#73)
Compiler and VM update
2018-04-22 20:11:37 +02:00

8 lines
65 B
Go

package bar
type Bar struct {
X int
Y int
Z string
B bool
}