mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
12 lines
419 B
Swift
12 lines
419 B
Swift
; This is not really a Swift source file: -*- Text -*-
|
|
|
|
%t.input: "A ---> B" ==> "A"
|
|
RUN: sed -ne '/--->/s/ *--->.*$//p' < %S/Inputs/manglings.txt > %t.input
|
|
|
|
RUN: swift-demangle -test-remangle < %t.input > %t.output
|
|
RUN: diff %t.input %t.output
|
|
|
|
// CHECK: Swift.(Mystruct in _7B40D7ED6632C2BEA2CA3BFFD57E3435)
|
|
RUN: swift-demangle -remangle-objc-rt '$Ss8Mystruct33_7B40D7ED6632C2BEA2CA3BFFD57E3435LLV' | %FileCheck %s
|
|
|