aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/until.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.mi/until.c')
-rw-r--r--gdb/testsuite/gdb.mi/until.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.mi/until.c b/gdb/testsuite/gdb.mi/until.c
index df4a68d..21bdeda 100644
--- a/gdb/testsuite/gdb.mi/until.c
+++ b/gdb/testsuite/gdb.mi/until.c
@@ -1,3 +1,4 @@
+void
foo (void)
{
int i, x, y, z;
@@ -17,6 +18,7 @@ foo (void)
y = 10;
}
+int
main ()
{
int a = 1;