blob: 42a529b02b35e0ed51975e72e272f5d7c8dad4c7 [file] [log] [blame]
Kevin Enderbyf4586032016-07-29 17:44:13 +00001!<arch>
2// 26 `
31234567890123456hello.c/
4
5/&a25* 0 0 0 644 102 `
6#include <stdio.h>
7#include <stdlib.h>
8int
9main()
10{
11 printf("Hello World\n");
12 return EXIT_SUCCESS;
13}