Files
swift-mirror/validation-test/compiler_crashers_fixed/00015-no-stacktrace.swift
practicalswift eae3eea17f Compiler crashers: Normalize format of "RUN:" directives.
Will allow for easy parsing of common "RUN:" directives.
2015-12-10 22:58:00 +01:00

10 lines
258 B
Swift

// RUN: not %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)
// http://www.openradar.me/17225563
enum a<T> {
case s(T, a)
}