Files
swift-mirror/validation-test/compiler_crashers/28447-result-case-not-implemented-failed.swift
practicalswift 2fe4254cb7 Merge pull request #5878 from practicalswift/https-swift-org
[gardening] Use the correct base URL (https://swift.org) in references to the Swift website
2016-11-22 09:17:57 +01:00

20 lines
588 B
Swift

// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
// REQUIRES: deterministic-behavior
// RUN: not --crash %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
// This doesn't reproduce 100% of the time, so it is disabled.
// REQUIRES: SR3118
t c
let : {{
return $0
== Int
struct B
}
g: