brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 0ac4d5b Raw
13 lines · plain
1module AnotherModule {2  header "AnotherModule.h"3  exclude header "AnotherModuleExcluded.h"4}5module Umbrella {6  umbrella "umbrella"7}8module NotFramework {9  header "NotFramework.h"10}11 12framework module * { }13