mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
193 B
Swift
8 lines
193 B
Swift
// RUN: %target-run-simple-swift | FileCheck %s
|
|
|
|
import Dispatch
|
|
|
|
// Be paranoid about the value of large 32-bit UInts on 32-bit architectures.
|
|
println(DISPATCH_PROC_EXIT)
|
|
// CHECK: 2147483648
|