OSDN Git Service

* g++.dg/init/new1.C, g++.dg/template/alignof1.C,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / unsorted / n.c
1 char_autoincr (b1, c)
2     short *b1;
3     short c;
4 {
5   *b1 = c;
6 }