// RUN: %target-swift-frontend -primary-file %s -emit-ir struct First {} struct Second {} struct Node { func create() where T == First { } func create() where T == Second { } }