mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
There's still work left to do. In terms of next steps, there's still rdar://problem/22126141, which covers removing the 'workaround' overloads for print (that prevent bogus overload resolution failures), as well as providing a decent diagnostic when users invoke print with 'appendNewline'. Swift SVN r30976
5 lines
162 B
Swift
5 lines
162 B
Swift
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -parse -verify -I %S/Inputs/custom-modules %s -import-underlying-module
|
|
|
|
var _ : ScriptTy
|
|
print(())
|