mirror of
https://github.com/golang/go
synced 2024-11-05 19:36:10 -07:00
319131f295
Fixes #4230. R=golang-dev, rsc CC=golang-dev, remy https://golang.org/cl/6640056
11 lines
273 B
Go
11 lines
273 B
Go
// rundir
|
|
|
|
// Copyright 2012 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.
|
|
|
|
// Issue 4230: inlining bug for composite literal in
|
|
// if, for, switch statements.
|
|
|
|
package ignored
|