We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14b5fd commit 501b008Copy full SHA for 501b008
test/Misc/foundation_static_linking.swift
@@ -0,0 +1,6 @@
1
+// RUN: %target-swiftc_driver -static-stdlib -o %t/foundation_static_linking %s
2
+// RUN: not --crash %t/foundation_static_linking
3
+
4
+import Foundation
5
6
+_ = try! Data(contentsOf: URL(string: "http://httpbin.org/get")!)
0 commit comments