X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Ffixtures%2Fhelloworld%2Fhelloworld%2Fhelloworld.c;fp=test%2Ffixtures%2Fhelloworld%2Fhelloworld%2Fhelloworld.c;h=94ebcdc7d405fa97418d82e93f1113e63ceec165;hb=cf3266b208d3ba0fb8f172c29725768bbd41d509;hp=0000000000000000000000000000000000000000;hpb=2b69031e72c3f8370804ceacb8fab7b8899d14f3;p=src%2Fxds%2Fxds-server.git diff --git a/test/fixtures/helloworld/helloworld/helloworld.c b/test/fixtures/helloworld/helloworld/helloworld.c new file mode 100644 index 0000000..94ebcdc --- /dev/null +++ b/test/fixtures/helloworld/helloworld/helloworld.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf ("Hello, World!\n"); + return 0; +}