3 // Copyright 2015 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.
7 // Issue 9634: Structs are incorrectly unpacked when passed as an argument
17 _
= append(s
, 0) // ERROR "must be a slice|must be slice"