/* Test124.c
Swinehart June 30, 1982 9:55 AM */
int flag;
struct Str { int x[5]; char c1; char c2; };
/* Left arm of conditional will jump to a POP that should be associated only with
the right arm. */
Test124()
{
struct Str *s;
s->c1 = (flag)? 0300: SomeExternalProc();
};