llvm/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/scrub_attrs.ll

; RUN: opt -S < %s | FileCheck %s

declare void @foo()

define internal void @bar() {
  call void @foo() readnone
  ret void
}