mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
210 B
Swift
4 lines
210 B
Swift
// RUN: %target-swift-frontend -emit-ir -o/dev/null -parse-as-library -module-name test -validate-tbd-against-ir=missing -enable-private-imports %s
|
|
func funcWithDefaultArg(_ arg : String = String("hello")) {
|
|
}
|