mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This helps the debugger resolve types in the underlying Clang module. <rdar://problem/69393097>
9 lines
372 B
Swift
9 lines
372 B
Swift
// RUN: %target-swift-frontend -emit-ir -g %s -o - | %FileCheck %s
|
|
|
|
// REQUIRES: OS=macosx
|
|
|
|
import Foundation
|
|
let n = Notification(name: Notification.Name(rawValue: "test"))
|
|
// Test that a skeleton CU for the Foundation module is emitted even though we are only using the overlay!
|
|
// CHECK: !DICompileUnit(language: DW_LANG_ObjC, {{.*}}Foundation{{.*}}.pcm", {{.*}}dwoId:
|