blob: 2733cfbce820931579fd326f2c527853fcdf0f9b [file] [log] [blame]
; RUN: opt -S < %s | FileCheck %s
declare void @foo()
define internal void @bar() {
call void @foo() readnone
ret void
}