Files
swift-mirror/validation-test/compiler_crashers/28188-swift-removeoverriddendecls.timeout.swift
practicalswift 97ef0a8b22 Sync with https://github.com/practicalswift/swift-compiler-crashes
Add 1 compiler crash (now an assertion failure, previously a hang).
2015-12-31 15:03:53 +01:00

9 lines
261 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
class A:A{init()