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