aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/hang1.C
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.cp/hang1.C')
-rw-r--r--gdb/testsuite/gdb.cp/hang1.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cp/hang1.C b/gdb/testsuite/gdb.cp/hang1.C
new file mode 100644
index 0000000..4b04d77
--- /dev/null
+++ b/gdb/testsuite/gdb.cp/hang1.C
@@ -0,0 +1,3 @@
+#include "hang.H"
+
+int main (int argc, char **argv) { return 0; }