blob: ebe4566aa18cbf3441814a4c4af95eab713ec565 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3int %foo() {
4 ret int and (int 123456, int cast (int()* %foo to int))
5}