aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/source2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/codesearch/testdata/source2.c')
-rw-r--r--pkg/codesearch/testdata/source2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/source2.c b/pkg/codesearch/testdata/source2.c
new file mode 100644
index 000000000..f7ef3d810
--- /dev/null
+++ b/pkg/codesearch/testdata/source2.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.
+
+void same_name_in_several_files()
+{
+ // This is non-static version in in source2.c.
+}