1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* { dg-additional-options "-std=gnu89" } */ move (a, b) char a, b; { char s; s = a; if (s) gurka (s); foo (b, a); a = bar (); b = bar (); gra (s); }