mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
One fix allows extending nested records in other modules, the other fixes the same issue for namespaces.
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
module Namespace {
|
|
header "namespace.h"
|
|
requires cplusplus
|
|
}
|