25847-emitsimpleassignment.swift crashes with -emit-silgen

Swift SVN r30506
This commit is contained in:
Luke Larson
2015-07-22 22:10:56 +00:00
parent 4affeb644e
commit eb8d11b48a

View File

@@ -1,4 +1,4 @@
// RUN: not %target-swift-frontend %s -parse
// RUN: not --crash %target-swift-frontend %s -emit-silgen
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)