aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/lsv-private-macro/mod.map
blob: 62b92fb63e79450e07f1add92496de089ebf768b (plain)
1
2
3
4
5
6
7
module self {
  header "self.h"
}

module other {
  header "other.h"
}