This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e8119602a5
binutils-gdb
/
gdb
/
testsuite
/
gdb.base
/
baz.c
10 lines
103 B
C
Raw
Blame
History
static
int
bazx
=
'
b
'
+
'
a
'
+
'
z
'
;
int
baz
(
int
x
)
{
if
(
x
)
return
bazx
;
else
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink