llvm/clang/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/Modules/module.modulemap

framework module NeedsGNUInlineAsm {
  header "NeedsGNUInlineAsm.h"

  explicit module Asm {
    requires gnuinlineasm
    header "asm.h"
  }
}