Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-plugin / pr13244.c
blobefe93bfcd5d308d69cdae994c54050ae2bead59c
1 extern __attribute__ ((visibility("hidden"))) int fooblah;
3 static void
4 do_nothing (int param)
5 {
6 if (param)
7 fooblah = 1;
10 void
11 bar ()
13 do_nothing (0);