1; RUN: opt -S < %s | FileCheck %s 2 3declare void @foo() 4 5define internal void @bar() { 6 call void @foo() readnone 7 ret void 8} 9