Add tests for non-object IR file
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-8b.c
CommitLineData
af55061b
L
1extern int bar(void) __attribute__((__visibility__("hidden"), __const__));
2extern void baz(int);
3
4void foo(char c)
5{
6 int i;
7
8 if (bar())
9 i = c;
10 else
11 i = c;
12
13 baz(i);
14}
This page took 0.120801 seconds and 4 git commands to generate.