xref
: /
linux
/
tools
/
build
/
tests
/
ex
/
a.c
(revision 44f57d788e7deecb504843534081d3449c2eede9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// SPDX-License-Identifier: GPL-2.0
2
3
int
a
(
void
)
4
{
5
return
0;
6
}
7