tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-15b.c
CommitLineData
af55061b
L
1extern void abort (void);
2unsigned long long
3__udivdi3(unsigned long long n, unsigned long long d)
4{
5 abort ();
6 return n + d;
7}
This page took 0.353483 seconds and 4 git commands to generate.