1 ; RUN: opt < %s -passes=function-attrs -S | FileCheck %s
5 ; CHECK-LABEL: define void @bar(ptr readonly %0) {
6 define void @bar(ptr readonly) {
12 ; CHECK-LABEL: define linkonce_odr void @foo(ptr readonly %0) {
13 define linkonce_odr void @foo(ptr readonly) {
14 call void @bar(ptr %0)