mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
432 B
Swift
11 lines
432 B
Swift
// RUN: %target-swift-frontend \
|
|
// RUN: -emit-pch %S/Inputs/InlineBridgingHeader.h -o %t.pch
|
|
// RUN: %target-swift-frontend \
|
|
// RUN: -import-objc-header %t.pch -emit-ir -g %s -o - | %FileCheck %s
|
|
|
|
// CHECK: !DICompileUnit(language: DW_LANG_Swift
|
|
// CHECK: !DICompileUnit(language: DW_LANG_{{ObjC|C99|C11}},
|
|
// CHECK: !DICompileUnit(language: DW_LANG_{{ObjC|C99|C11}}{{.*}}splitDebugFilename: "{{.*}}.pch",{{.*}}dwoId:
|
|
|
|
Foo()
|