mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
7 lines
174 B
Swift
7 lines
174 B
Swift
@freestanding(declaration)
|
|
macro A() = #externalMacro(module: "A", type: "A")
|
|
@freestanding(expression)
|
|
macro B() = B.B
|
|
@attached(member)
|
|
@attached(extension)
|
|
macro C() = C.C |