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