blob: 6db8bc3ad145d00e6a6bad7a55ee27c85b60ce7c [file] [log] [blame]
// RUN: %target-sil-opt %s | %FileCheck %s
// CHECK-LABEL: sil [_semantics "123"] [_semantics "456"] @foo : $@convention(thin) () -> () {
sil [_semantics "123"] [_semantics "456"] @foo : $@convention(thin) () -> () {
bb0:
return undef : $()
}