xref
: /
openbmc
/
hiomapd
/
test
/
sanity.c
(revision faeb88c0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
main
(
void
)
2
{
3
#
ifdef
NDEBUG
4
return
1
;
5
#
else
6
return
0;
7
#
endif
8
}
9