blob: 5907b30f0f12c079a894f3932a9373ffefca9493 [file] [log] [blame]
; RUN: opt -S -print-inst-addrs %s | FileCheck %s
define void @foo() {
; CHECK: ret void ; 0x
ret void
}