blob: ce723f916f90dd19a44b13f39bd5921eace71f24 [file] [log] [blame]
; This tests to make sure that we can evaluate wierd 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
}