mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We do allow `SourceLoc` to point to the address right after the buffer ends to point to the end of a file.
3 lines
118 B
Swift
3 lines
118 B
Swift
// RUN: %sourcekitd-test -req=cursor -pos=3:37 %s -- %s
|
|
@freestanding(expression)
|
|
macro powerAssert() = #externalMacro |