Files
swift-mirror/validation-test/compiler_crashers_fixed/26298-llvm-densemapbase.swift
Jesse Rusak 63faeac77c [SR-433][Sema] Don't produce vararg tuples outside of arglists
Previously, we could produce such a tuple shuffle for non-arg
tuples, which would trigger an assert in SILGen.
2016-01-02 15:37:42 -05:00

6 lines
209 B
Swift

// RUN: %target-swift-frontend %s -emit-silgen
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/airspeedswift (airspeedswift)
["1"].map { String($0) }