2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / n.c
blob1a9a869741763ed8fcaebd29a32415783e9c2d3f
1 char_autoincr (b1, c)
2 short *b1;
3 short c;
5 *b1 = c;