Chromium Code Reviews| Index: test/Object/Inputs/elfver.script |
| =================================================================== |
| --- test/Object/Inputs/elfver.script (revision 0) |
| +++ test/Object/Inputs/elfver.script (revision 0) |
| @@ -0,0 +1,10 @@ |
| +VER1 { |
| + global: |
| + foo; |
| +}; |
| + |
| +VER2 { |
| + global: |
| + foo; |
| +} VER1; |
| + |