aboutsummaryrefslogtreecommitdiffstats
path: root/bfd/test/test.c
diff options
context:
space:
mode:
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");
+}