blob: a75f376a242c2dc3c5fba941000df873676e88da [file] [log] [blame]
// 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
}