Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-8a.c
CommitLineData
af55061b
L
1#include <stdio.h>
2
3extern void foo(char);
4
5void baz(int i)
6{
7 printf ("baz: %d\n", i);
8}
9
10int main(void)
11{
12 foo(42);
13 return 0;
14}
This page took 0.316226 seconds and 4 git commands to generate.