diff options
Diffstat (limited to 'testsuite/dwz.tests/hello.c')
-rw-r--r-- | testsuite/dwz.tests/hello.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/dwz.tests/hello.c b/testsuite/dwz.tests/hello.c new file mode 100644 index 0000000..82d070e --- /dev/null +++ b/testsuite/dwz.tests/hello.c @@ -0,0 +1,8 @@ +#include <stdio.h> + +int +main (void) +{ + printf ("hello\n"); + return 0; +} |