mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
294 B
Swift
12 lines
294 B
Swift
// RUN: %target-swift-frontend -emit-ir %s -enable-experimental-feature Embedded | %FileCheck %s
|
|
|
|
// REQUIRES: swift_in_compiler
|
|
// REQUIRES: swift_feature_Embedded
|
|
|
|
public func staticstring() -> StaticString {
|
|
return "hello"
|
|
}
|
|
|
|
// CHECK: !llvm.linker.options = !{}
|
|
// CHECK-NOT: -lswiftCore
|