mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
I am doing this separately from the actual change to eliminate the option to make it easier to review.
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
// RUN: %target-sil-opt -sil-print-debuginfo %s | %FileCheck %s
|
|
|
|
sil @foo : $@convention(thin) () -> () {
|
|
bb0:
|
|
return undef : $(), loc "foo.sil":12:34
|
|
// CHECK: return undef : $(), loc "foo.sil":12:34
|
|
}
|