mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
320 B
Swift
10 lines
320 B
Swift
// {"kind":"typecheck","original":"6bf5a596","signature":"(anonymous namespace)::DeclChecker::visit(swift::Decl*)","signatureAssert":"Assertion failed: (Val && \"isa<> used on a null pointer\"), function doit"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
@implementation
|
|
extension
|
|
CInt
|
|
{
|
|
deinit {
|
|
}
|
|
}
|