1 | framework module NeedsGNUInlineAsm { |
---|---|
2 | header "NeedsGNUInlineAsm.h" |
3 | |
4 | explicit module Asm { |
5 | requires gnuinlineasm |
6 | header "asm.h" |
7 | } |
8 | } |
9 |
1 | framework module NeedsGNUInlineAsm { |
---|---|
2 | header "NeedsGNUInlineAsm.h" |
3 | |
4 | explicit module Asm { |
5 | requires gnuinlineasm |
6 | header "asm.h" |
7 | } |
8 | } |
9 |