Files
swift-mirror/validation-test/compiler_crashers_fixed/00039-string-join.script.swift
2016-02-18 22:30:57 -08:00

8 lines
173 B
Swift

// RUN: %target-swift-frontend %s -emit-ir
// Test case submitted to project by https://github.com/tmu (Teemu Kurppa)
// rdar://18174611
["ab", "cd"].join(separator: "")