xref
: /
linux
/
arch
/
mips
/
boot
/
compressed
/
dummy.c
(revision ca55b2fef3a9373fcfc30f82fd26bc7fccbda732)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
main
(
void
)
2
{
3
return
0;
4
}
5