mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
332 B
Swift
4 lines
332 B
Swift
// {"kind":"emit-silgen","original":"7b4a72a9","signature":"swift::getSILValueOwnership(llvm::ArrayRef<swift::SILValue>, swift::SILType)","signatureAssert":"Assertion failed: (v->getType().isObject()), function operator()"}
|
|
// RUN: not --crash %target-swift-frontend -emit-silgen %s
|
|
var a: Any = ["": [a]] as [String: [AnyObject?]]
|