blob: e55af139e2b6d2f45cb06dc2365e2af3eb38ab07 [file] [log] [blame]
// RUN: not --crash %target-swift-frontend -typecheck -primary-file %s
func hexEncodeBytes<T: Collection>(_ bytes: T) where T.Generator.Element == UInt8 { }