blob: a6568a47605774c068e2cbf2de3ce009c578c3c3 [file] [log] [blame]
// RUN: %target-swift-emit-silgen -enable-sil-ownership %s | %FileCheck %s
class Test {
// CHECK-LABEL: sil hidden [transparent] @$S46magic_identifiers_inside_property_initializers4TestC4fileSSvpfi
// CHECK: string_literal utf16 "{{.*}}.swift"
let file = #file
}