Files
swift-mirror/test/SILGen/moveonly_empty_conditionally_copyable.swift
Kavon Farvardin 0420310623 NCGenerics: it's no longer "experimental"
resolves rdar://127701059
2024-05-08 10:49:12 -07:00

6 lines
131 B
Swift

// RUN: %target-swift-frontend -emit-sil -verify -primary-file %s
struct G<T: ~Copyable>: ~Copyable { }
extension G: Copyable {}