1 /* Performing a 64-bit division should not pull in the unwinder. */
3 /* { dg-do run { target { ! *-*-linux* } } } */
4 /* { dg-options "-O0" } */
9 foo (long long c
, long long d
)
17 extern int (*_Unwind_RaiseException
) (void *) __attribute__((weak
));
21 if (&_Unwind_RaiseException
!= NULL
)