mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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
|
|
}
|