Retro68/AutomatedTests/Segment2.c

13 lines
138 B
C

extern int variable;
#include <SegLoad.h>
void Foo(void)
{
variable *= 9;
}
void Bar(void)
{
variable /= 9;
variable *= 7;
}