blob: 60e0a2d81ccb70a3a1e79d9ed6fb80d150a19155 [file] [log] [blame]
; RUN: llvm-as -f %s -o %t.bc
; RUN: lli %t.bc > /dev/null
; This tests to make sure that we can evaluate weird constant expressions
%A = global int 5
%B = global int 6
implementation
int %main() {
%A = or bool false, setlt (int* %A, int* %B) ; Which is lower in memory?
ret int 0
}