mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
I thought these were all execution time crashers, but I was incorrect. Some are just execution tests that take a little bit to run.
4 lines
76 B
Swift
4 lines
76 B
Swift
public func getFirstDSOHandle() -> UnsafeRawPointer {
|
|
return #dsohandle
|
|
}
|