mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9dccd497e5
rdar://problem/21128043 Swift SVN r30406
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
framework module ExplicitSubmodulesOnly {
|
|
explicit module A {
|
|
header "A.h"
|
|
}
|
|
explicit module B {
|
|
header "B.h"
|
|
}
|
|
}
|