1/* { dg-do compile { target { ! { ia32 } } } } */
2/* { dg-options "-g -O -mx32 -maddress-mode=long" } */
3
4extern void get_BID128 (int *);
5void
6__bid128_div (void)
7{
8  int res;
9  get_BID128 (&res);
10}
11