aboutsummaryrefslogtreecommitdiffstats
path: root/bfd/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-10-28 22:01:54 +0000
committerbloodstalker <thabogre@gmail.com>2017-10-28 22:01:54 +0000
commitf4ea67f52e35cd1a332e5c7032b7a47ff0f603ce (patch)
tree32bb177efd1065a319ea654f4ddfd6f4eac6e929 /bfd/test
parentplaying around with libbfd (diff)
downloadmutator-f4ea67f52e35cd1a332e5c7032b7a47ff0f603ce.tar.gz
mutator-f4ea67f52e35cd1a332e5c7032b7a47ff0f603ce.zip
palying around with executbales and sos
Diffstat (limited to '')
-rw-r--r--bfd/test/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/test/test.c b/bfd/test/test.c
new file mode 100644
index 0000000..0327658
--- /dev/null
+++ b/bfd/test/test.c
@@ -0,0 +1,5 @@
+#include "stdio.h"
+
+int main(int argc, char** argv) {
+ printf("i live!\n");
+}