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