diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/pr23194.map')
-rw-r--r-- | ld/testsuite/ld-x86-64/pr23194.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/pr23194.map b/ld/testsuite/ld-x86-64/pr23194.map new file mode 100644 index 0000000..353c194 --- /dev/null +++ b/ld/testsuite/ld-x86-64/pr23194.map @@ -0,0 +1,6 @@ +FOO { + global: + bar; + local: + *; +}; |