PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22842a.c
CommitLineData
451875b4
L
1#include <stdio.h>
2#include <stdlib.h>
3
4void
5test (void)
6{
7 static int count;
8 if (count)
9 printf("PASS\n");
10 count++;
11}
12
13void
14foo (void (*bar) (void))
15{
16 if (bar != test)
17 abort ();
18 bar ();
19 test ();
20}
This page took 0.182339 seconds and 4 git commands to generate.