Files
Debian-9-Kernel/tools/build/tests/ex/inc.c
T

9 lines
71 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
#ifdef INCLUDE
#include "krava.h"
#endif
int inc(void)
{
return 0;
}