1package b
2
3// This is the in-editor version of the file.
4// The on-disk version is in c.go.saved.
5
6var _ = S1{ //@godef("S1", S1)
7	F1: 99, //@godef("F1", S1F1)
8}
9