summaryrefslogtreecommitdiff
path: root/test/Object/Inputs/elfver.script
blob: 1316fcb84c8df6d3b9d248173625da63d5f79dfc (plain)
1
2
3
4
5
6
7
8
9
10
VER1 {
  global:
    foo;
};

VER2 {
  global:
    foo;
} VER1;