42-archive/nm-otool/tests/test_facile.c
2017-03-01 17:56:02 +01:00

7 lines
74 B
C

#include <stdio.h>
int main(void)
{
puts("Test facile");
return (0);
}