blob: 2ccb7f31c09d7b058d8b8667569f680862a61e41 [file] [log] [blame]
Kevin Enderby7a969422015-11-05 19:24:56 +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 1% `
12void foo(void){}
13