x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19784c.c
1 #include <stdio.h>
2
3 extern void abort (void);
4 extern int foo (int) __attribute__ ((visibility("hidden")));
5
6 int bar()
7 {
8 if (foo (5) != 5)
9 abort ();
10 printf("PASS\n");
11 }
This page took 0.028463 seconds and 4 git commands to generate.