Skip to content

Commit

Permalink
Merge pull request #5746 from practicalswift/swiftc-28496-args-size-f…
Browse files Browse the repository at this point in the history
…nref-getnumargumentsforfullapply-partial-application-was-throwing
  • Loading branch information
swift-ci authored Nov 12, 2016
2 parents 608817e + 96fea39 commit da15371
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// 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 http://swift.org/LICENSE.txt for license information
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors

// RUN: not --crash %target-swift-frontend %s -emit-ir
// REQUIRES: asserts
assert||()->s

0 comments on commit da15371

Please sign in to comment.