blob: c475aa02ca8f40250b11d37156139333ff3ccae0 [file] [log] [blame]
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -primary-file %s -emit-ir
struct Bar<A1, A2> {
var a: A1
var b: Foo<A1>
}
enum Foo<A> {}