go/test/fixedbugs/bug169.go

11 lines
225 B
Go
Raw Normal View History

// errorcheck
2009-07-20 21:15:36 +00:00
// Copyright 2009 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
var x = '''; // ERROR "char|rune"
2009-07-20 21:15:36 +00:00