We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 252b5c3 + 2d1b59f commit a586e4bCopy full SHA for a586e4b
test/Macros/macro_expand_variadic.swift
@@ -7,6 +7,9 @@
7
// RUN: %target-codesign %t/main
8
// RUN: %target-run %t/main | %FileCheck %s
9
10
+// This test needs a Swift 5.9 runtime or newer.
11
+// UNSUPPORTED: back_deployment_runtime
12
+
13
@freestanding(expression) macro print<each Value>(_ value: repeat each Value) = #externalMacro(module: "MacroDefinition", type: "PrintMacro")
14
15
@freestanding(expression) macro Print<each Value>(_ value: repeat each Value) = #externalMacro(module: "MacroDefinition", type: "PrintMacro")
0 commit comments