We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46be26a + 543a2ca commit 768e8d6Copy full SHA for 768e8d6
validation-test/compiler_scale/scale_neighbouring_getset.gyb
@@ -1,6 +1,10 @@
1
// RUN: %scale-test --sum-multi --begin 5 --end 16 --step 5 --select TypeCheckFunctionBodyRequest %s
2
// REQUIRES: asserts
3
4
+// rdar://76608076
5
+// UNSUPPORTED: CPU=arm64
6
+// UNSUPPORTED: CPU=arm64e
7
+
8
struct Struct${N} {
9
% if int(N) > 1:
10
var Field : Struct${int(N)-1}?
0 commit comments