]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/explicit-build/module.modulemap
Vendor import of clang RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1):
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / explicit-build / module.modulemap
1 module a { header "a.h" }
2 module b { header "b.h" export * }
3 module c { header "c.h" export * }