aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/testdata/src/bytes/bytes.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/ssa/testdata/src/bytes/bytes.go')
-rw-r--r--go/ssa/testdata/src/bytes/bytes.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/go/ssa/testdata/src/bytes/bytes.go b/go/ssa/testdata/src/bytes/bytes.go
new file mode 100644
index 000000000..deb7fdd7d
--- /dev/null
+++ b/go/ssa/testdata/src/bytes/bytes.go
@@ -0,0 +1,3 @@
+package bytes
+
+func Compare(a, b []byte) int