// RUN: %target-swift-ide-test -print-module -module-to-print=ClassTemplateWithSIMDParameter -I %S/Inputs -source-filename=x -cxx-interoperability-mode=upcoming-swift | %FileCheck %s // REQUIRES: OS=macosx || OS=ios // CHECK: typealias TemplatedSIMDUInt1 = Templated // CHECK: typealias TemplatedSIMDUInt16 = Templated> // CHECK: typealias TemplatedSIMDFloat3 = Templated> // CHECK: typealias TemplatedSIMDFloat4 = Templated> // CHECK: typealias TemplatedSIMDDouble8 = Templated>