blob: ff9d3e5398d035243d1f86c5ade22cff38eca6b9 [file] [log] [blame]
func foo<T, U: C<T>>(_ t: T, _ u: U) {
// Calling a function that returns a C<T> requests its layout
_ = bar(t, u)
}