Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dl2.c
CommitLineData
55255dae
L
1#include <stdio.h>
2
3int foo;
4
5extern void xxx (void);
6
7void
8bar (int x)
9{
10 if (foo == 1)
11 printf ("OK1\n");
12 else if (foo == 0)
13 printf ("OK2\n");
14 foo = -1;
15 xxx ();
16}
This page took 1.127441 seconds and 4 git commands to generate.