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

7 lines
64 B
C

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