Files
swift-mirror/test/Demangle/yaml-dump.swift
Erik Eckstein 39bb14b094 change mangling prefix from $S to $s
This is the final ABI mangling prefix

rdar://problem/38471478
2018-09-19 13:55:11 -07:00

15 lines
565 B
Swift

// RUN: %swift-demangle-yamldump '_$s4main5inneryys5Int32Vz_yADctF25closure_with_box_argumentxz_Bi32__lXXTf1nc_n' | %FileCheck %s
// CHECK: ---
// CHECK: name: '_$s4main5inneryys5Int32Vz_yADctF25closure_with_box_argumentxz_Bi32__lXXTf1nc_n'
// CHECK: kind: Global
// CHECK: children:
// CHECK: - name: ''
// CHECK: kind: FunctionSignatureSpecialization
// CHECK: children:
// CHECK: - name: ''
// CHECK: kind: Function
// CHECK: children:
// CHECK: ...