xref: /openbmc/phosphor-mboxd/test/sanity.c (revision 62af1ba6)
1 int main(void)
2 {
3 #ifdef NDEBUG
4 	return 1;
5 #else
6 	return 0;
7 #endif
8 }
9