Linux-6.18.2/tools/build/tests/ex/c.c
2025-12-23 20:06:59 +08:00

7 lines
64 B
C

// SPDX-License-Identifier: GPL-2.0
int c(void)
{
return 0;
}