aboutsummaryrefslogtreecommitdiff
path: root/gdb/testkill.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testkill.c')
-rw-r--r--gdb/testkill.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testkill.c b/gdb/testkill.c
new file mode 100644
index 0000000..0e43c1f
--- /dev/null
+++ b/gdb/testkill.c
@@ -0,0 +1,5 @@
+
+ main()
+ {
+ printf("foo\n");
+ }