aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/gold/Inputs/linker-script.export
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/gold/Inputs/linker-script.export')
-rw-r--r--test/tools/gold/Inputs/linker-script.export5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/tools/gold/Inputs/linker-script.export b/test/tools/gold/Inputs/linker-script.export
new file mode 100644
index 0000000..2062a08
--- /dev/null
+++ b/test/tools/gold/Inputs/linker-script.export
@@ -0,0 +1,5 @@
+{
+ global:
+ f;
+ local: *;
+};