blob: cf690f0840637118f2978fe94d57314d96ba63bf [file] [log] [blame]
Russ Cox57eb06f2012-02-16 23:51:04 -05001// errorcheck
Russ Cox2a01d722010-01-26 23:13:22 -08002
3// Copyright 2010 The Go Authors. All rights reserved.
4// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file.
6
7package main
8
9func main()
Ian Lance Taylordb3ec4f2010-02-04 21:31:30 -080010{ // ERROR "unexpected semicolon or newline before .?{.?"
Russ Cox2a01d722010-01-26 23:13:22 -080011
12
13