Mercurial > hg > CbC > CbC_llvm
comparison clang-tools-extra/test/pp-trace/Inputs/module.map @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
147:c2174574ed3a | 150:1d019706d866 |
---|---|
1 // module.map | |
2 | |
3 module Level1A { | |
4 header "Level1A.h" | |
5 export * | |
6 } | |
7 module Level1B { | |
8 header "Level1B.h" | |
9 export * | |
10 module Level2B { | |
11 header "Level2B.h" | |
12 export * | |
13 } | |
14 } | |
15 module Level2A { | |
16 header "Level2A.h" | |
17 export * | |
18 } |