Files
swift-mirror/validation-test/compiler_crashers/1077-swift-declcontext-lookupqualified.swift
Jordan Rose 2cd2d9ceb2 [test] Remove XFAIL lines from still-crashing compiler_crashers.
This is handled by the directory's lit.local.cfg.

Swift SVN r29238
2015-06-02 17:45:20 +00:00

10 lines
322 B
Swift

// RUN: not --crash %target-swift-frontend %s -parse
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
enum S<T> : P {
protocol P {
struct c<d: SequenceType, b where Optional<b> == d.Generator.Element>