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