mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
expression but ignoring its value. This is the right canonical way to do this. NFC, just testsuite changes. Swift SVN r28638
7 lines
198 B
Swift
7 lines
198 B
Swift
// RUN: %target-swift-frontend -emit-silgen -primary-file %s %S/Inputs/implicit_initializer_multi_other.swift -verify
|
|
|
|
func test() {
|
|
_ = DefaultInitializable()
|
|
_ = DefaultInitializableClass()
|
|
}
|