]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/implicit-private-with-submodule/A.framework/Modules/module.modulemap
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / implicit-private-with-submodule / A.framework / Modules / module.modulemap
1 framework module A {
2   header "a.h"
3   export *
4 }
5
6 framework module B {
7 }
8
9 framework module C {
10 }