1 2 3 4 5 6 7
extern void abort (void); unsigned long long __udivdi3(unsigned long long n, unsigned long long d) { abort (); return n + d; }