]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/multiple-include/module.modulemap
Vendor import of clang trunk r242221:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / multiple-include / module.modulemap
1 module A { module a { header "a.h" } module b { header "b.h" } module c { header "c.h" } }
2 module X { module x { header "x.h" } module c { header "c.h" } }