blob: 891e0c602d9845de8a0e0e7db8aab943a9c48911 [file] [log] [blame]
// RUN: %target-sil-opt -enable-sil-verify-all -external-defs-to-decls %s | %FileCheck %s
// CHECK: sil @no_op : $@convention(thin) () -> ()
sil public_external @no_op : $@convention(thin) () -> () {
bb0:
%9999 = tuple()
return %9999 : $()
}