1*0a6a1f1dSLionel Sambucmodule AnotherModule { 2*0a6a1f1dSLionel Sambuc header "AnotherModule.h" 3*0a6a1f1dSLionel Sambuc exclude header "AnotherModuleExcluded.h" 4*0a6a1f1dSLionel Sambuc} 5*0a6a1f1dSLionel Sambucmodule Umbrella { 6*0a6a1f1dSLionel Sambuc umbrella "umbrella" 7*0a6a1f1dSLionel Sambuc} 8*0a6a1f1dSLionel Sambucmodule NotFramework { 9*0a6a1f1dSLionel Sambuc header "NotFramework.h" 10*0a6a1f1dSLionel Sambuc} 11*0a6a1f1dSLionel Sambuc 12*0a6a1f1dSLionel Sambucframework module * { } 13