update copyright dates
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / wrap1a.c
1 #include <stdio.h>
2
3 void par (void)
4 {
5 printf ("par\n");
6 }
This page took 0.029056 seconds and 4 git commands to generate.