mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
203f906364
This commit adds support for serializing and deserializing source locations for instructions.
9 lines
114 B
Swift
9 lines
114 B
Swift
@_transparent
|
|
public func foo(x: UInt64) -> UInt64 {
|
|
if (x > 100) {
|
|
return 100
|
|
}
|
|
|
|
return 1
|
|
}
|