tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr13244.c
1 extern __attribute__ ((visibility("hidden"))) int fooblah;
2
3 static void
4 do_nothing (int param)
5 {
6 if (param)
7 fooblah = 1;
8 }
9
10 void
11 bar ()
12 {
13 do_nothing (0);
14 }
This page took 0.042102 seconds and 4 git commands to generate.