Files
swift-mirror/test/Generics/analyze_requirement_machine.swift
Slava Pestov f3748133a6 RequirementMachine: Add missing entry to Symbol::Kinds
When we added same-shape requirements, we broke -analyze-requirement-machine,
which outputs some histograms. Add a regression test to make sure this code
path doesn't bitrot.
2023-08-29 22:44:24 -04:00

4 lines
114 B
Swift

// RUN: %target-typecheck-verify-swift -analyze-requirement-machine
public func f<T: FixedWidthInteger>(_: T) {}