.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.0 / go / analysis / passes / asmdecl / testdata / src / a / asm4.s
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.0/go/analysis/passes/asmdecl/testdata/src/a/asm4.s b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.0/go/analysis/passes/asmdecl/testdata/src/a/asm4.s
new file mode 100644 (file)
index 0000000..ec4911c
--- /dev/null
@@ -0,0 +1,25 @@
+// Copyright 2013 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.
+
+// +build amd64
+
+// Test cases for symbolic NOSPLIT etc. on TEXT symbols.
+
+TEXT ·noprof(SB),NOPROF,$0-8
+       RET
+
+TEXT ·dupok(SB),DUPOK,$0-8
+       RET
+
+TEXT ·nosplit(SB),NOSPLIT,$0
+       RET
+
+TEXT ·rodata(SB),RODATA,$0-8
+       RET
+
+TEXT ·noptr(SB),NOPTR|NOSPLIT,$0
+       RET
+
+TEXT ·wrapper(SB),WRAPPER,$0-8
+       RET