mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Initial creation of sourceware repository
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
/* pr 13484 */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int x;
|
||||
|
||||
void bar()
|
||||
{
|
||||
x--;
|
||||
}
|
||||
|
||||
void foo()
|
||||
{
|
||||
x++;
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
#ifdef usestubs
|
||||
set_debug_traps ();
|
||||
breakpoint ();
|
||||
#endif
|
||||
foo();
|
||||
bar();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user