1 /* Loop and vars for tests of display commands
8 /* Call to force a variable onto the stack so we can see its address. */
9 void force_mem (int *arg
) { }
19 for( i
= 0; i
< LOOP
; i
++ ) { /* set breakpoint 1 here */
20 for( j
= 0; j
< LOOP
; j
++ ) {
21 for( k
= 0; k
< LOOP
; k
++ ) {
22 sum
++; f
++; force_mem (&k
);
26 return i
; /* set breakpoint 2 here */
37 char *p_c
= "rubarb and fries";
39 /* Need some code here to set breaks on.
41 for( j
= 0; j
< LOOP
; j
++ ) {
42 if( p_c
[j
] == c
) { /* set breakpoint 3 here */