Skip to content

Commit

Permalink
Merge pull request #7416 from practicalswift/swiftc-28694-result-case…
Browse files Browse the repository at this point in the history
…-not-implemented
  • Loading branch information
swift-ci committed Feb 12, 2017
2 parents ee4100c + 4ffb4a4 commit c51cbc6
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2017 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
// REQUIRES: asserts
// RUN: not --crash %target-swift-frontend %s -emit-ir
{P{}func b(UInt=1 + 1 as?Int){

0 comments on commit c51cbc6

Please sign in to comment.