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, 14 insertions, 0 deletions
diff --git a/gdb/c.h b/gdb/c.h
new file mode 100644
index 0000000..1c60a34
--- /dev/null
+++ b/gdb/c.h
@@ -0,0 +1,14 @@
+#include "b.h"
+
+inline c ()
+{
+ Foo x = 1;
+ {
+ Foo y = 2;
+ {
+ b ();
+ }
+ Foo z = 3;
+ }
+ Foo w = 4;
+}