203f0950a3
* ld-plugin/lto.exp (PR ld/12942 (3)): Remove file name and line number from regexp. (PR ld/15146 (2)): Similarly. * ld-plugin/pr12942a.cc (main): Use __builtin_abort.
15 lines
154 B
C++
15 lines
154 B
C++
#include <stdio.h>
|
|
#include "pr12942a.h"
|
|
|
|
test_t b(void);
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
if (test != b ())
|
|
__builtin_abort ();
|
|
|
|
printf ("OK\n");
|
|
return 0;
|
|
}
|