root/tools/build/tests/ex/inc.c
// SPDX-License-Identifier: GPL-2.0
#ifdef INCLUDE
#include "krava.h"
#endif

int inc(void)
{
        return 0;
}