forked from OSchip/llvm-project
parent
46f8f24f15
commit
5c87df3b7b
llvm/test/Regression/CodeGen/CBackend
|
@ -0,0 +1,5 @@
|
|||
; RUN: llvm-as < %s | llc -march=c
|
||||
|
||||
int %foo() {
|
||||
ret int and (int 123456, int cast (int()* %foo to int))
|
||||
}
|
Loading…
Reference in New Issue