Files
swift-mirror/validation-test/compiler_crashers_2/0045-sr3267.swift
2016-11-24 14:14:09 -08:00

5 lines
154 B
Swift

// RUN: not --crash %target-swift-frontend %s -parse -emit-silgen
// <https://bugs.swift.org/browse/SR-3267>
let function: () -> Any = { () -> Void in }