mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
11 lines
325 B
Plaintext
11 lines
325 B
Plaintext
sil non_abi [serialized] @other_public_non_abi_function : $@convention(thin) () -> () {
|
|
%0 = tuple ()
|
|
return %0 : $()
|
|
}
|
|
|
|
sil non_abi [serialized] @public_non_abi_function : $@convention(thin) () -> () {
|
|
%fn = function_ref @other_public_non_abi_function : $@convention(thin) () -> ()
|
|
%0 = tuple ()
|
|
return %0 : $()
|
|
}
|