aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/require-modular-includes/module.modulemap
blob: 0ac4d5b7030da3b7bc6aeee5728e7eee5f71e225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module AnotherModule {
  header "AnotherModule.h"
  exclude header "AnotherModuleExcluded.h"
}
module Umbrella {
  umbrella "umbrella"
}
module NotFramework {
  header "NotFramework.h"
}

framework module * { }