X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=t%2Fapenwarr%2F110-compile%2Fhello.c;fp=t%2Fapenwarr%2F110-compile%2Fhello.c;h=76bb8fad203167694bb23e55ced33d2709863da0;hb=a6510ac6225a3a93df9d27dc316a3c1c0fcde426;hp=0000000000000000000000000000000000000000;hpb=a5111e179e5aca57420fd1cc95c1b21e7cd34226;p=goredo.git diff --git a/t/apenwarr/110-compile/hello.c b/t/apenwarr/110-compile/hello.c new file mode 100644 index 0000000..76bb8fa --- /dev/null +++ b/t/apenwarr/110-compile/hello.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("hello, world!\n"); + return 0; +}