Files
swift-mirror/validation-test/compiler_crashers/10659-swift-printingdiagnosticconsumer-handlediagnostic.timeout.swift
practicalswift 5bbd02b996 Sync with https://github.com/practicalswift/swift-compiler-crashes
Add 1 compiler crash (now an assertion failure, previously a hang).
2015-12-31 05:23:01 +01:00

11 lines
283 B
Swift

// RUN: not --crash %target-swift-frontend %s -parse
// REQUIRES: asserts
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
protocol c:A
protocol A:d
protocol d:d