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