tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19553b.c
CommitLineData
aef28989
L
1#include <stdio.h>
2
3__attribute__ ((weak))
4void
5foo (void)
6{
7 printf ("pr19553b\n");
8}
This page took 0.289405 seconds and 4 git commands to generate.