Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size-1.c
CommitLineData
1cf48f48
L
1#include <stdio.h>
2
3extern int bar_size;
4
5int
6main ()
7{
8 if (bar_size == 10)
9 printf ("OK\n");
10
11 return 0;
12}
This page took 0.313924 seconds and 4 git commands to generate.