mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
301 B
Swift
8 lines
301 B
Swift
// Try with and without whole module optimization
|
|
|
|
// RUN: %target-build-swift -swift-version 4 %S/Inputs/library.swift %S/main.swift
|
|
// RUN: %target-build-swift -swift-version 4 -whole-module-optimization %S/Inputs/library.swift %S/main.swift
|
|
|
|
publicHasDefaultArgument()
|
|
internalHasDefaultArgument()
|