// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -primary-file %s -emit-ir struct Bar { var a: A1 var b: Foo } enum Foo{ }