blob: 9acaa726dbe6294fe9320ab7f358b22dd3c9edf4 [file] [log] [blame]
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc -march=c
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00003define i32 @foo() {
4 ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32))
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005}