blob: 4a0b5b0043e5a54ae74cd64d8919202ca5bce6a1 [file] [log] [blame]
// RUN: %target-swift-frontend %s -emit-silgen | %target-sil-opt
infix operator ??
struct A<V, E> {
}
struct B<V, E> {
}
struct C {
}
struct V1 {
}
struct E1 {
}
var buffer: A<C, B<V1, E1>?>
var buffer2: A<C, B<V1, E1>?>?