Skip to content

Commit

Permalink
Merge pull request swiftlang#1328 from practicalswift/swiftc-28255-sw…
Browse files Browse the repository at this point in the history
…ift-decl-dump

[swiftc] Add test case for crash triggered in swift::Decl::dump(…)
  • Loading branch information
gribozavr committed Feb 16, 2016
2 parents e0b6550 + ef01faf commit d7d87a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions validation-test/compiler_crashers/28255-swift-decl-dump.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// 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

func Q<Tere{class a:a{init(){extension{class A

0 comments on commit d7d87a1

Please sign in to comment.