mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
so LLDB can find it even if nothing in the CU references it. <rdar://problem/15776868> p 32 gives "error: use of undeclared type 'COpaquePointer'" Swift SVN r12180
5 lines
245 B
Swift
5 lines
245 B
Swift
// RUN: %swift -triple x86_64-apple-darwin14 %s -emit-llvm -g -o - | FileCheck %s
|
|
// This program is so short that it doesn't refer the swift stdlib.
|
|
println("Hello World!")
|
|
// CHECK: [ DW_TAG_file_type ]{{.*}}lib/swift/macosx/swift.swiftmodule
|