2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / mbyte.c
bloba8a23eab90aef668ebc5980ce4d362193c0e825b
1 foo1 (p)
2 char *p;
4 p[0] = p[1];
5 return p[0];
8 foo2 (p, x)
9 char *p;
11 p[0] = x;
12 return p[0];