summaryrefslogtreecommitdiffstats
path: root/src/go/printer/testdata/gobuild3.golden
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/printer/testdata/gobuild3.golden')
-rw-r--r--src/go/printer/testdata/gobuild3.golden10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/go/printer/testdata/gobuild3.golden b/src/go/printer/testdata/gobuild3.golden
new file mode 100644
index 0000000..db92c57
--- /dev/null
+++ b/src/go/printer/testdata/gobuild3.golden
@@ -0,0 +1,10 @@
+// other comment
+
+//go:build x
+// +build x
+
+// yet another comment
+
+package p
+
+func f()