Files
swift-mirror/test/DebugInfo/variadic-generics-closure.swift
Slava Pestov 1c924018d1 ASTMangler: Fix mangling of SILFunctionType with @pack conventions
Fixes rdar://problem/107151125.
2023-05-01 21:56:05 -04:00

5 lines
230 B
Swift

// RUN: %target-swift-frontend -emit-ir %s -g | %FileCheck %s
// CHECK: !{{[0-9]+}} = !DICompositeType(tag: DW_TAG_structure_type, name: "$sxxQp_QSiIgp_D", {{.*}})
public func f<each Input>(builder: (repeat each Input) -> ()) {}