KernelNanopiR5S-6/tools/build/tests/ex/d.c
2024-09-10 15:59:00 +02:00

7 lines
64 B
C

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