Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19704a.c
CommitLineData
aec6b87e
L
1#include <stdio.h>
2
3extern int __attribute__ ((weak)) fun (void);
4
5int
6main (void)
7{
8 if (&fun != 0)
9 fun ();
10 else
11 printf ("Weak undefined\n");
12 return 0;
13}
This page took 0.073929 seconds and 4 git commands to generate.