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