summaryrefslogtreecommitdiffstats
path: root/test/syntax/semi6.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/syntax/semi6.go')
-rw-r--r--test/syntax/semi6.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/syntax/semi6.go b/test/syntax/semi6.go
new file mode 100644
index 0000000..9bc730d
--- /dev/null
+++ b/test/syntax/semi6.go
@@ -0,0 +1,11 @@
+// errorcheck
+
+// Copyright 2010 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package main
+
+type T1 // ERROR "newline in type declaration"
+
+type T2 /* // ERROR "(semicolon.*|EOF) in type declaration" */ \ No newline at end of file