rk3568_ubuntu_r60_v1.3.2/kernel/tools/build/tests/ex/a.c
2023-11-03 06:12:44 +00:00

7 lines
64 B
C

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