aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/source0.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/codesearch/testdata/source0.h')
-rw-r--r--pkg/codesearch/testdata/source0.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/source0.h b/pkg/codesearch/testdata/source0.h
new file mode 100644
index 000000000..339975b2e
--- /dev/null
+++ b/pkg/codesearch/testdata/source0.h
@@ -0,0 +1,10 @@
+// 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.
+
+/*
+ * Comment about the function in header.
+ * Multi-line just in case.
+ */
+void function_with_comment_in_header();
+
+void same_name_in_several_files();