We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea4906d + 7534054 commit 918ae4aCopy full SHA for 918ae4a
test/ConstValues/IntegerExpressions.swift
@@ -1,5 +1,6 @@
1
// Constant globals on integer expressions
2
// REQUIRES: swift_feature_CompileTimeValues
3
+// REQUIRES: optimized_stdlib
4
// RUN: %target-swift-frontend -emit-ir -primary-file %s -parse-as-library -enable-experimental-feature CompileTimeValues -verify
5
6
@const let constGlobal1: Int = (42 + 42 + 42) / 3
0 commit comments