mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
15 lines
277 B
Plaintext
15 lines
277 B
Plaintext
|
|
sil_stage canonical
|
|
|
|
sil public [serialized] [ossa] @bar : $@convention(thin) () -> () {
|
|
bb0:
|
|
%9999 = tuple()
|
|
return %9999 : $()
|
|
}
|
|
|
|
sil public [serialized] [transparent] [ossa] @transparent_bar : $@convention(thin) () -> () {
|
|
bb0:
|
|
%9999 = tuple()
|
|
return %9999 : $()
|
|
}
|