Files
swift-mirror/test/Serialization/Inputs/def_source_loc.swift
Usama Hameed 203f906364 Serialize/Deserialize source locations for instructions (#77281)
This commit adds support for serializing and deserializing source locations for instructions.
2024-12-12 16:15:44 +05:00

9 lines
114 B
Swift

@_transparent
public func foo(x: UInt64) -> UInt64 {
if (x > 100) {
return 100
}
return 1
}