llvm/clang/test/APINotes/Inputs/Headers/SwiftImportAs.apinotes

---
Name: SwiftImportAs
Tags:
- Name: ImmortalRefType
  SwiftImportAs: reference
- Name: RefCountedType
  SwiftImportAs: reference
  SwiftReleaseOp: RCRelease
  SwiftRetainOp: RCRetain
  SwiftConformsTo: MySwiftModule.MySwiftRefCountedProtocol
- Name: NonCopyableType
  SwiftCopyable: false
  SwiftConformsTo: MySwiftModule.MySwiftNonCopyableProtocol
- Name: CopyableType
  SwiftCopyable: true