summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/warning-mismatch/module.modulemap
blob: c22cde4597870f0671dd1500875af2609c6d64f7 (plain)
1
2
3
4
5
6
7
module System [system] {
  header "System.h"
}

module Mismatch {
  header "Mismatch.h"
}