summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/shadowed-submodule/A1/module.modulemap
blob: 7afbc4713617b3b8c8e9a1b799842a61ae25d7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module A [system] { // expected-note {{previous definition is here}}
  module sub {
    header "sys/A.h"
  }
  module sub2 {
    header "sys/A2.h"
  }
  module stdarg {
    header "stdarg.h"
    export *
  }
}

module A2 {}
OpenPOWER on IntegriCloud