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.
1 parent 385c7f9 commit ef4d8e2Copy full SHA for ef4d8e2
test/SILOptimizer/closure_scope_analysis.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-swift-frontend -primary-file %s -emit-sil -O -Xllvm -debug-only=closure-scope -module-name main -o /dev/null 2>&1 | %FileCheck %s
2
+// REQUIRES: asserts
3
4
public protocol Apply {
5
func apply(_ body: (Apply) -> ())
0 commit comments