blob: db1aff62657d4506ff4badf6e4037c4a07b8ecf1 [file] [log] [blame]
// RUN: %target-typecheck-verify-swift
func foo(_ a: [[UInt8]], _ p: [UnsafeRawPointer]) {
foo(a, a) // expect-warning {{all paths through this function will call itself}}
}