Revert 'Remove unused struct serial::name field'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-14a.c
CommitLineData
af55061b
L
1#include <stdio.h>
2
3extern void foo(void);
4extern int i;
5
6int main()
7{
8 foo();
9 if (i == 0x1234)
10 printf ("PASS\n");
11 return 0;
12}
This page took 0.420563 seconds and 4 git commands to generate.