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