DEBSOURCES
Skip Quicknav
sources / gocode / 0~git20140530-1 / _testing / test.0030 / test.go.in
123456789101112
package main type A struct { F1, F2, F3 int } type B A func main() { var b B b. }