This website requires JavaScript.
Explore
Help
Register
Sign In
lesderid
/
gdb-msvc
Watch
1
Star
0
Fork
You've already forked gdb-msvc
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3bb47e2884
gdb-msvc
/
gdb
/
testsuite
/
gdb.base
/
pc-fp.c
15 lines
105 B
C
Raw
Blame
History
#
include
<stdio.h>
void
foo
(
int
i
)
{
i
+
+
;
printf
(
"
In foo %d
\n
"
,
i
)
;
}
int
main
(
)
{
foo
(
1
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink