summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/crash-recovery/usr/include/module.map
blob: 9b429160db5020adbd1a50c00ba1245d735b3043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module cstd [system] {
  // Only in system headers directory
  module stdio {
    header "stdio.h"
  }

  module pthread {
    header "pthread.h"
    export *

    module impl {
      header "pthread_impl.h"
      export *
    }
  }
}
OpenPOWER on IntegriCloud