blob: 30a9f5852481dac6977bfcc8dbaddc724a5aaee2 [file] [log] [blame]
// RUN: %target-sil-opt %s | FileCheck %s
sil @foo : $@convention(thin) () -> () {
bb0:
return undef : $(), loc "foo.sil":12:34
// CHECK: return undef : $(), loc "foo.sil":12:34
}