[Test Only] Restrict '@const' test to optimized-stdlib builds

This commit is contained in:
Artem Chikin
2025-04-22 10:17:32 -07:00
parent ce9d5f5cc5
commit 7534054682

View File

@@ -1,5 +1,6 @@
// Constant globals on integer expressions
// REQUIRES: swift_feature_CompileTimeValues
// REQUIRES: optimized_stdlib
// RUN: %target-swift-frontend -emit-ir -primary-file %s -parse-as-library -enable-experimental-feature CompileTimeValues -verify
@const let constGlobal1: Int = (42 + 42 + 42) / 3