mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
68% are already fixed, including all those marked as beta 4 regressions. Swift SVN r30914
20 lines
309 B
Swift
20 lines
309 B
Swift
// RUN: not %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
|
|
|
|
func a(){
|
|
if true{
|
|
enum A{
|
|
let b={}
|
|
func g<d{
|
|
{
|
|
a{
|
|
{
|
|
}}
|
|
}
|
|
enum A{
|
|
struct c
|
|
struct B{
|
|
let a=c()
|