aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/n.c
blob: 1a9a869741763ed8fcaebd29a32415783e9c2d3f (plain)
1
2
3
4
5
6
char_autoincr (b1, c)
    short *b1;
    short c;
{
  *b1 = c;
}