Files
swift-mirror/validation-test/compiler_crashers/1583-llvm-prettystacktraceentry-prettystacktraceentry.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
263 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
class A<T where T : A {
var a
var b = a