aboutsummaryrefslogtreecommitdiff
path: root/gdb/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/c.h')
-rw-r--r--gdb/c.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/c.h b/gdb/c.h
deleted file mode 100644
index 1c60a34..0000000
--- a/gdb/c.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "b.h"
-
-inline c ()
-{
- Foo x = 1;
- {
- Foo y = 2;
- {
- b ();
- }
- Foo z = 3;
- }
- Foo w = 4;
-}