mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This requires no additional work beyond just parsing the identifier because Clang module maps already support such names in quotes.
7 lines
183 B
Swift
7 lines
183 B
Swift
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck -I %S/Inputs/custom-modules %s -verify
|
|
|
|
import `Weird C Module`
|
|
|
|
_ = S().value
|
|
_ = `Weird C Module`.S().value
|