]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/autoload-subdirectory/module.modulemap
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / autoload-subdirectory / module.modulemap
1 module a { header "a.h" }
2 module b { header "b.h" }
3 module c { header "c.h" }