Update year range in copyright notice of all files.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / pr18808a.c
1 #include <stdio.h>
2
3 void bar(void);
4 int main(void)
5 {
6 bar();
7 printf("OK\n");
8 return 0;
9 }
This page took 0.035931 seconds and 4 git commands to generate.