xref: /llvm-project/clang/test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/Modules/module.modulemap (revision a171d248ca34b8b6f8de11d42a83ad981285963a)
1framework module NeedsGNUInlineAsm {
2  header "NeedsGNUInlineAsm.h"
3
4  explicit module Asm {
5    requires gnuinlineasm
6    header "asm.h"
7  }
8}
9