struct S<T> { func f() where T == Int { } // ^ 'where' clause cannot be attached to a non-generic declaration }