aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/undefined-type-fixit/module.map
blob: f5ce34b8fc063cce0cdfcbc62ebc484b161bcea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
module public1 {
  header "public1.h"
}
module public2 {
  header "public2.h"
  module public2sub {
    header "public2sub.h"
  }
}