Files
efinix-linux/tools/build/tests/ex/c.c
2026-08-09 22:38:33 -07:00

7 lines
64 B
C

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