mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
4 lines
114 B
Swift
4 lines
114 B
Swift
// RUN: %target-typecheck-verify-swift -analyze-requirement-machine
|
|
|
|
public func f<T: FixedWidthInteger>(_: T) {}
|