xref: /linux/tools/build/tests/ex/inc.c (revision 58ab5e0c2c40ec48e682179e8f2e4cda2ece201b)
1 #ifdef INCLUDE
2 #include "krava.h"
3 #endif
4 
5 int inc(void)
6 {
7 	return 0;
8 }
9