1// module.modulemap2 3module Level1A {4 header "Level1A.h"5 export *6}7module HasError {8 header "HasError.h"9 export *10}11