diff options
Diffstat (limited to 'test/Index/Inputs/module.map')
| -rw-r--r-- | test/Index/Inputs/module.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Index/Inputs/module.map b/test/Index/Inputs/module.map new file mode 100644 index 0000000000000..8f24840c81f9a --- /dev/null +++ b/test/Index/Inputs/module.map @@ -0,0 +1,6 @@ +// See vfsoverlay.yaml +module ModuleNeedsVFS { + header "ModuleNeedsVFS.h" + export * +} +framework module * { } |
