aboutsummaryrefslogtreecommitdiff
path: root/test/VFS/Inputs/some_frame_module.map
diff options
context:
space:
mode:
Diffstat (limited to 'test/VFS/Inputs/some_frame_module.map')
-rw-r--r--test/VFS/Inputs/some_frame_module.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/VFS/Inputs/some_frame_module.map b/test/VFS/Inputs/some_frame_module.map
new file mode 100644
index 000000000000..3ce59b254d83
--- /dev/null
+++ b/test/VFS/Inputs/some_frame_module.map
@@ -0,0 +1,5 @@
+framework module SomeFramework {
+ umbrella header "public_header.h"
+ export *
+ module * { export * }
+}