mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This was discussed here: https://forums.swift.org/t/reorganize-swift-compiler-tests-for-c-objc-c-interop/34411 Resolves: [SR-12475](https://bugs.swift.org/browse/SR-12475)
12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
module AccessSpecifiers {
|
|
header "access-specifiers.h"
|
|
}
|
|
|
|
module MemoryLayout {
|
|
header "memory-layout.h"
|
|
}
|
|
|
|
module MemberVariables {
|
|
header "member-variables.h"
|
|
}
|