aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/source0.c
blob: 384c4c119556bd83c6060159b94dcd49536e7fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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.

#include "source0.h"

/*
 * Comment about open.
 */
int open()
{
	return 0;
}

int close()
{
	return 0;
}

void function_with_comment_in_header()
{
	same_name_in_several_files();
}