mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 04:25:45 -04:00

TODO: Add a separate testcase testing *only* Foundation implementation details! <rdar://problem/37252738> llvm-svn: 324655
10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
module myModule {
|
|
header "myModule.h"
|
|
export *
|
|
}
|
|
|
|
module minmax {
|
|
header "minmax.h"
|
|
export *
|
|
}
|