blob: f7ed70d137c9dab784b8f83b62fc07b8dc51c057 [file] [log] [blame]
; 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
%t.check: "A ---> B" ==> "B"
RUN: sed -ne '/--->/s/^.*---> *//p' < %S/Inputs/manglings.txt > %t.check
RUN: swift-demangle < %t.input > %t.output
RUN: diff %t.check %t.output
; RUN: swift-demangle __TtSi | %FileCheck %s -check-prefix=DOUBLE
; DOUBLE: _TtSi ---> Swift.Int