mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Support demangling `swift-demangle e4main8MyStructV3fooyyFAA1XV_Tg5` (note the missing $-prefix)
8 lines
353 B
Swift
8 lines
353 B
Swift
; This is not really a Swift source file: -*- Text -*-
|
|
|
|
; RUN: echo '$e4main8MyStructV3fooyyFAA1XV_Tg5' | swift-demangle | %FileCheck %s
|
|
; RUN: swift-demangle '$e4main8MyStructV3fooyyFAA1XV_Tg5' | %FileCheck %s
|
|
; RUN: swift-demangle e4main8MyStructV3fooyyFAA1XV_Tg5 | %FileCheck %s
|
|
|
|
; CHECK: generic specialization <main.X> of main.MyStruct.foo() -> ()
|