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 ce9d5f5 commit 7534054Copy full SHA for 7534054
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