blob: 44f01e323c63b279b680f97f7d25c9d9f3b95463 [file] [log] [blame]
Kevin Enderby95b08422016-07-25 20:36:36 +00001!<arch>
2hello.c 1444941273 124 0 100644 102 `
3#include <stdio.h>
4#include <stdlib.h>
5int
6main()
7{
8 printf("Hello World\n");
9 return EXIT_SUCCESS;
10}
11foo.c 1444941645 124 0 100644