1 ; RUN: llc < %s -march=c 2 3 define i32 @foo() { 4 ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32)) 5 } 6