blob: 339975b2efe283d583f377830c73ac894875cd4c (
plain)
1
2
3
4
5
6
7
8
9
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();
|