Cross Reference: a.c
xref
: /
linux-4.1.27
/
tools
/
build
/
tests
/
ex
/
a.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/linux-4.1.27/tools/build/tests/ex/
1
2
int
a(
void
)
3
{
4
return
0;
5
}
6