aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/source1.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/codesearch/testdata/source1.c')
-rw-r--r--pkg/codesearch/testdata/source1.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/source1.c b/pkg/codesearch/testdata/source1.c
new file mode 100644
index 000000000..ad7d5792c
--- /dev/null
+++ b/pkg/codesearch/testdata/source1.c
@@ -0,0 +1,7 @@
+// Copyright 2025 syzkaller project authors. All rights reserved.
+// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+
+static void same_name_in_several_files()
+{
+ // This is static version in source1.c.
+}