mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
339 B
Swift
6 lines
339 B
Swift
// RUN: %target-swift-ide-test -print-module -module-to-print=Constructors -I %S/Inputs -source-filename=x -enable-experimental-cxx-interop | %FileCheck %s
|
|
|
|
// Make sure we don't import non-copyable types because we will have no way to
|
|
// represent and copy/move these in swift with correct semantics.
|
|
// CHECK-NOT: DeletedCopyConstructor
|