diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-01-24 20:25:37 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-01-24 20:25:37 +0000 |
| commit | 520a89e9d38bb1c9cc2de3f875eae3ac69f9f08a (patch) | |
| tree | 54fe8463a6692d6f8706ee98bffde249b43eed0c /test/Modules/Inputs/odr_hash-Friend/module.modulemap | |
| parent | ead8c8e4f12a52fe33a395d4dce984c89ab04a77 (diff) | |
Notes
Diffstat (limited to 'test/Modules/Inputs/odr_hash-Friend/module.modulemap')
| -rw-r--r-- | test/Modules/Inputs/odr_hash-Friend/module.modulemap | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/Modules/Inputs/odr_hash-Friend/module.modulemap b/test/Modules/Inputs/odr_hash-Friend/module.modulemap new file mode 100644 index 000000000000..28e1832e30e9 --- /dev/null +++ b/test/Modules/Inputs/odr_hash-Friend/module.modulemap @@ -0,0 +1,15 @@ +module Box { + header "Box.h" +} + +module Module1 { + header "M1.h" +} + +module Module2 { + header "M2.h" +} + +module Module3 { + header "M3.h" +} |
