mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
3 lines
192 B
Swift
3 lines
192 B
Swift
// RUN: %target-typecheck-verify-swift
|
|
@constInitialized let x: Int = 42 // expected-error{{'constInitialized' attribute is only valid when experimental feature CompileTimeValues is enabled}}
|