X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=t%2Fapenwarr%2F111-example%2Fmain.c;fp=t%2Fapenwarr%2F111-example%2Fmain.c;h=35e746b887b356dab093eac8cb9f7ee9d861c1f3;hb=a6510ac6225a3a93df9d27dc316a3c1c0fcde426;hp=0000000000000000000000000000000000000000;hpb=a5111e179e5aca57420fd1cc95c1b21e7cd34226;p=goredo.git diff --git a/t/apenwarr/111-example/main.c b/t/apenwarr/111-example/main.c new file mode 100644 index 0000000..35e746b --- /dev/null +++ b/t/apenwarr/111-example/main.c @@ -0,0 +1,8 @@ +#include +#include "mystr.h" + +int main() +{ + printf("%s\n", mystr); + return 0; +}