1// The package f is a go/doc test for functions and factory ...
2PACKAGE f
3
4IMPORTPATH
5 testdata/f
6
7FILENAMES
8 testdata/f.go
9
10TYPES
11 //
12 type private struct{}
13
14 // Exported must always be visible. Was issue 2824.
15 func Exported() private
16
17