blob: 51a0507b4dc0636506d6bfb0344094fc4cbefcc1 [file] [log] [blame]
// RUN: %target-swift-frontend -disable-availability-checking -emit-ir -verify %s
// rdar://problem/49818962
func foo() -> some Collection {
return [12,3]
}
let a = foo()
print(a)