mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
sil_stage raw
|
|
|
|
import Builtin
|
|
import Swift
|
|
import SwiftShims
|
|
|
|
// test.return_a_number () -> Swift.Int64
|
|
sil hidden @$s4test15return_a_numbers5Int64VyF: $@convention(thin) () -> Int64 {
|
|
bb0:
|
|
%0 = integer_literal $Builtin.Int64, 1504
|
|
%1 = struct $Int64 (%0 : $Builtin.Int64)
|
|
return %1 : $Int64
|
|
}
|