DEBSOURCES
Skip Quicknav
sources / linux / 6.17.10-1 / tools / build / tests / ex / inc.c
123456789
// SPDX-License-Identifier: GPL-2.0 #ifdef INCLUDE #include "krava.h" #endif int inc(void) { return 0; }