aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/objc/modules-incomplete/module.modulemap
blob: 0dd9fadb26213cc4c5bb3a3a962d38e7eae35e0a (plain)
1
2
3
4
5
6
7
8
9
module myModule {
  header "myModule.h"
  export *
}

module minmax {
  header "minmax.h"
  export *
}