CS153/hw6/llprograms/and.ll

5 lines
77 B
LLVM
Raw Normal View History

define i64 @main(i64 %argc, i8** %arcv) {
%1 = and i64 1, 0
ret i64 %1
}