Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/76 as link whole/foo.c
T

7 lines
48 B
C

int foo(void);
int foo(void)
{
return 0;
}