1 ; RUN: llvm-as < %s | opt -functionattrs | llvm-dis | grep readnone | count 4
4 declare i32 @e() readnone
7 %tmp = call i32 @e( ) ; <i32> [#uses=1]
11 define i32 @g() readonly {
15 define i32 @h() readnone {
16 %tmp = load i32* @x ; <i32> [#uses=1]