mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Test Only] Restrict '@const' test to optimized-stdlib builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user