blob: 336a5cfea7ce32e20c657b54d2cc0e3519cf69d1 [file] [log] [blame]
// RUN: %target-sil-opt -sil-print-debuginfo -assume-parsing-unqualified-ownership-sil %s | %FileCheck %s
sil @foo : $@convention(thin) () -> () {
bb0:
return undef : $(), loc "foo.sil":12:34
// CHECK: return undef : $(), loc "foo.sil":12:34
}