aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cover/testdata/align.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/cover/testdata/align.go')
-rw-r--r--src/cmd/cover/testdata/align.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cmd/cover/testdata/align.go b/src/cmd/cover/testdata/align.go
new file mode 100644
index 0000000000..2e8a45345d
--- /dev/null
+++ b/src/cmd/cover/testdata/align.go
@@ -0,0 +1,11 @@
+// Copyright 2026 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 p
+
+var badSlice [8265]byte
+
+func init() {
+ badSlice[0] = 4
+}