blob: 9078a7c0de1192ed486b77725416f96ce4d7a998 [file] [log] [blame]
struct X {}
// Make sure that we can deserialize an apply with various parameter calling
// conventions.
sil @foo : $@convention(thin) (@in X, @inout X, @in_guaranteed X, @owned X, X, @guaranteed X, @deallocating X) -> @out X {
bb0(%0 : $*X, %1 : $*X, %2 : $*X, %3 : $*X, %4 : $X, %5 : $X, %6 : $X, %7 : $X):
%9999 = tuple()
return %9999 : $()
}