2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / cmb.c
blob1fd946182ba93e59e111f96c15fa9824438c3b12
1 foo (p1, p2)
2 short p1, *p2;
4 int a;
5 return (int) p1 + (int) *p2;