llvm/clang/test/Modules/Inputs/invalid-module-id/NC.framework/Modules/module.modulemap

framework module NC {
  umbrella header "NC.h"

  export *
  module * { export * }
}