mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
11 lines
405 B
Swift
11 lines
405 B
Swift
// RUN: %target-swift-ide-test -print-module -module-to-print=ClassTemplateInNamespace -I %S/Inputs -source-filename=x -enable-cxx-interop | %FileCheck %s
|
|
|
|
// CHECK: enum Space {
|
|
// CHECK: struct __CxxTemplateInstN5Space4ShipIJFvbEEEE {
|
|
// CHECK: init()
|
|
// CHECK: }
|
|
// CHECK: struct Ship<> {
|
|
// CHECK: }
|
|
// CHECK: typealias Orbiter = Space.__CxxTemplateInstN5Space4ShipIJFvbEEEE
|
|
// CHECK: }
|