Files
swift-mirror/test/Sema/implicit_initializer_multi.swift
Chris Lattner e4b6afb9ae Start moving the testsuite to the "_ = foo()" idiom for evaluating an
expression but ignoring its value.  This is the right canonical way to do
this.  NFC, just testsuite changes.



Swift SVN r28638
2015-05-15 20:15:54 +00:00

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()
}