Files
wmic/Samba/source/build/tests/trivial.c
T
2019-02-16 00:16:52 +01:00

8 lines
39 B
C

void exit(int);
main()
{
exit(0);
}