mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is not supported, of course. But now, instead of an assertion failure we properly mark the declaration as unavailable. Fixes #78190. rdar://141492654
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
module CxxModule [system] {
|
|
header "cxxmodule.h"
|
|
requires cplusplus
|
|
export *
|
|
}
|