gdb/python: don't allow the user to delete window title attributes
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / debug-expr.c
CommitLineData
4f485ebc
DE
1char array[4];
2
86775fab
AB
3int
4call_me (int *arg)
5{
6 return (*arg) - 1;
7}
8
9int val = 1;
10
4f485ebc
DE
11int
12main ()
13{
86775fab 14 return call_me (&val);
4f485ebc 15}
This page took 1.819998 seconds and 4 git commands to generate.