aboutsummaryrefslogtreecommitdiff
path: root/test/VFS/Inputs/actual_module.map
diff options
context:
space:
mode:
Diffstat (limited to 'test/VFS/Inputs/actual_module.map')
-rw-r--r--test/VFS/Inputs/actual_module.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/VFS/Inputs/actual_module.map b/test/VFS/Inputs/actual_module.map
new file mode 100644
index 000000000000..d2f5b64a38d3
--- /dev/null
+++ b/test/VFS/Inputs/actual_module.map
@@ -0,0 +1,8 @@
+module not_real {
+ header "not_real.h"
+ export *
+}
+module import_some_frame {
+ header "import_some_frame.h"
+ export *
+}