Files
swift-mirror/test/stdlib/Set.swift
2016-09-01 16:51:43 -07:00

7 lines
136 B
Swift

// RUN: %target-run-simple-swift
// REQUIRES: executable_test
func setAlgebraOps<S : SetAlgebra>(_ s: S) {}
setAlgebraOps(Set<Int>())