libgo: update to Go 1.11
[official-gcc.git] / libgo / go / go / doc / testdata / issue13742.1.golden
blob8dee9aaa80839b02d3c47d4d03d3698ae500d51c
1 // 
2 PACKAGE issue13742
4 IMPORTPATH
5         testdata/issue13742
7 IMPORTS
8         go/ast
10 FILENAMES
11         testdata/issue13742.go
13 FUNCTIONS
14         // Both F0 and G0 should appear as functions. 
15         func F0(Node)
17         // Both F1 and G1 should appear as functions. 
18         func F1(ast.Node)
20         // 
21         func G0() Node
23         // 
24         func G1() ast.Node