blob: 87044d328c29ebd1c720489a753fc3f62e6abad9 [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>{
}