Update PR ld/12365 test for GCC 6
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr13244.c
CommitLineData
af55061b
L
1extern __attribute__ ((visibility("hidden"))) int fooblah;
2
3static void
4do_nothing (int param)
5{
6 if (param)
7 fooblah = 1;
8}
9
10void
11bar ()
12{
13 do_nothing (0);
14}
This page took 0.160056 seconds and 4 git commands to generate.