mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
module ExternC {
|
|
header "extern-c.h"
|
|
requires cplusplus
|
|
}
|
|
|
|
module InlineFunc {
|
|
header "inline-func.h"
|
|
requires cplusplus
|
|
}
|