aboutsummaryrefslogtreecommitdiff
path: root/gdb/c.h
diff options
context:
space:
mode:
authorgdb-2.8.1 <gdb@fsf.org>1988-12-16 00:00:00 +0000
committerPedro Alves <palves@redhat.com>2012-06-03 15:36:31 +0100
commitbb7592f01006b09c846831a9fb9c306307ba34f6 (patch)
tree83e99233f937d7a06eee7c627543288feb125929 /gdb/c.h
parent3bf57d210832b28e9361990830eb722a619f031b (diff)
downloadbinutils-bb7592f01006b09c846831a9fb9c306307ba34f6.zip
binutils-bb7592f01006b09c846831a9fb9c306307ba34f6.tar.gz
binutils-bb7592f01006b09c846831a9fb9c306307ba34f6.tar.bz2
gdb-2.8.1
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;
+}