Files
swift-mirror/validation-test/compiler_crashers/1228-swift-constraints-constraintsystem-opengeneric.swift
Dmitri Hrybenko 5d41b6ac9f Validation testsuite: annotate compiler crashers for AddressSanitizer
Tests that crash the compiler are expected to fail under
AddressSanitizer.

Swift SVN r24071
2014-12-22 18:22:07 +00:00

17 lines
406 B
Swift

// RUN: not --crash %target-swift-frontend %s -parse
// XFAIL: asan
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
func c<e>() -> (e, e -> e) -> e {
f b f.f =c {
}
class f: c{ class func f {}
struct f<c : f,f where e.c == c.c
var e: Int -> Int = {
}
let d: Int = { c, b in
}(f, e)