mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
260 B
Swift
8 lines
260 B
Swift
// RUN: %target-swift-emit-silgen %s | %FileCheck %s
|
|
|
|
class Test {
|
|
// CHECK-LABEL: sil hidden [transparent] [ossa] @$s46magic_identifiers_inside_property_initializers4TestC4fileSSvpfi
|
|
// CHECK: string_literal utf8 "{{.*}}.swift"
|
|
let file = #file
|
|
}
|