summaryrefslogtreecommitdiff
path: root/test/VFS/Inputs/incomplete-umbrella.modulemap
blob: 5afac9272298f7be9ea35dc5897c0f4ebe2af0d1 (plain)
1
2
3
4
5
framework module Incomplete {
  umbrella header "Incomplete.h"
  export *
  module * { export * }
}