linux-pinenote/tools/build/tests/ex/a.c

5 lines
28 B
C
Raw Normal View History

int a(void)
{
return 0;
}