diff options
Diffstat (limited to 'test/Modules/Inputs/odr/module.map')
| -rw-r--r-- | test/Modules/Inputs/odr/module.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Modules/Inputs/odr/module.map b/test/Modules/Inputs/odr/module.map new file mode 100644 index 0000000000000..81f396342faca --- /dev/null +++ b/test/Modules/Inputs/odr/module.map @@ -0,0 +1,6 @@ +module a { + header "a.h" +} +module b { + header "b.h" +} |
