summaryrefslogtreecommitdiff
path: root/gold/testsuite/weak_as_needed_c.script
blob: 206d40758b1781c9ccebb4b8b20dc96dcfa3eb09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
v1 {
  global:
   bar;
};
v2 {
  global:
   bar;
   baz;
   t4;
  local:
   *;
} v1;