bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dl1.c
CommitLineData
55255dae
L
1#include <stdio.h>
2
3extern int bar;
4
5void
6foo (void)
7{
8 if (bar == -20)
9 printf ("OK\n");
10}
This page took 0.094816 seconds and 4 git commands to generate.