Files
patchelf/tests/simple.c
2005-09-29 14:21:40 +00:00

10 lines
130 B
C

#include <stdio.h>
char buf[16 * 1024 * 1024];
int main(int argc, char * * argv)
{
printf("Hello World\n");
return 0;
}