nt9856x/BSP/linux-kernel/tools/build/tests/ex/d.c
2023-03-28 15:07:53 +08:00

7 lines
64 B
C

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