1 ; RUN: llvm-as < %s | llvm-dis 2 3 define i32 @test() { 4 ret i32 ashr (i32 ptrtoint (i32 ()* @test to i32), i32 2) 5 } 6