linux-surface/kernel/tools/build/tests/ex/inc.c

9 lines
71 B
C

#ifdef INCLUDE
#include "krava.h"
#endif
int inc(void)
{
return 0;
}