diff options
Diffstat (limited to 'test/Object/Inputs/elfver.script')
-rw-r--r-- | test/Object/Inputs/elfver.script | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Object/Inputs/elfver.script b/test/Object/Inputs/elfver.script new file mode 100644 index 0000000..1316fcb --- /dev/null +++ b/test/Object/Inputs/elfver.script @@ -0,0 +1,10 @@ +VER1 { + global: + foo; +}; + +VER2 { + global: + foo; +} VER1; + |